Don't like this style? Click here to change it! blue.css

LOGIN:
Welcome .... Click here to logout

Daily Flag

Alright so I wrote a new CTF-style problem for you (half reverse-engineering half web 100% javascript):

See the Pen JS Flag Checker by Andy Novocin (@AndyNovo) on CodePen.

Jumping in

So first class I tried to establish a sort of GOAL-BASED just-in-time learning, pick something that's just beyond what you're currently capable of and figure out what you need to get there.

I also suggested Javascript has 3 main identities, JS the language, the DOM master, and NodeJS as your server.

So I'm going to try something wacky to practice 2 of those 3 (DOM and language):

I'll make a simple Rock-Paper-Scissors game

Some Steps Maybe

OK rock-paper-scissors:

OK so what are the missing skills between the goal and the product?

Home Practice