Hello World
alert.js
alert("Football's coming home.");
joining.js
alert("Football's coming home, " + "m8.");
- Write a script that alerts
My Kitchen Rules
to the screen. - 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 joinSerena
andWilliams
when I output them. - 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.