External Exam Download Resources Web Applications Games Recycle Bin

Hello World

alert.js

alert("Football's coming home.");

joining.js

alert("Football's coming home, " + "m8.");
  1. Write a script that alerts My Kitchen Rules to the screen.

  2. Write a script that joins two words (using the + sign) to join your first and last name together when being output. For example, I would use the plus sign to join Serena and Williams when I output them.

  3. Create a folder on your laptop where you can easily store and find these scripts. As an IT student you are expected to know and understand file and folder management. You can use this material to go ahead at any point. The best way to learn JavaScript is to have a good muck around with it. Don't be afraid to make mistakes, mistakes are the only way to learn. Coding is not about knowing things, its about solving things.