Developer Console Challenge

Using the developer console in your browser:


1 Set a JavaScript variable called x with the value of 167
2 Set a JavaScript variable called y with the value of 0xAB
3 Add x and y together and store in a variable called total
4 Set a JavaScript variable called w with the value of the inner width of the window
5 Change the document's title to This is mine now
6 Call the function CallMe
7 Create a new function called MyFunc that returns the value 12

Flag:

*** HIDDEN ***