Learning Goal #5
Students will understand, practice, and apply the basic syntax for programming interactive elements with JavaScript.
PART 1: FIRST REVIEW (25 Min)
Read MoreBASIC JAVASCRIPT VOCABULARY
During the next class period, we will be taking a Quarter Quiz, so you’ll want to make sure that you know all the most important words that have been discussed up to this point. Open this Basic JavaScript Vocabulary List, tilt your screen monitor away from your partner, and take turns quizzing each other for two minutes. After two minutes, the teacher will begin calling names at random to answer questions.
KAHOOT REVIEW
Now that you’ve reviewed the most important keywords from the class up to this point, you should be ready to handle a simple Kahoot. You are allowed to use creative names, but anything questionable or inappropriate will be immediately deleted, so be smart about your choice of username.
PART 2: FINAL REVIEW (25 Min)
Read MoreSTEP 1: CREATING A NEW FILE
Open a new Notepad document and save it as “lesson8_jsreview.html” in your “LG5_basicjs” subfolder. You must not forget the “.html” at the end of the file name that you’re saving.
STEP 2: COPY/PASTE THE CODE
Simply copy/paste this code into your Notepad, save it (CTRL-S), and open it with Google Chrome.
STEP 3: CREATING A SPLIT SCREEN
Drag your code to the left side of your monitor and create a split screen so that you can see the design on the right. The teacher will know you are done when your screen shows the code on one side and the design on the other. Once the teacher sees that you and your partner are all set up, you may be asked to stand up and help someone else out.
REVIEW until EVERY student
has completed Steps 1-3.