-
Choose healthy food options.
-
Get plenty of rest.
-
Plan out "Homework time" and "Me time" to ensure balance.
-
Gain little advantages:
*Skim lessons ahead of time
*Google is a useful tool
*Practice navigation using only keys
*Take thorough notes
*Ask questions
var myAge = 30;
var tinkAge = 19;
var roryAge = 2;
// add rory's age, tinkerbell's age, and my age
var sum = myAge + tinkAge + roryAge;
// display the sum
console.log('The sum of ' + myAge + ' , ' + roryAge + ' and ' + tinkAge + ' is: ' + sum);// define age
var myAge = 30;
// guess age
if myAge !=30 {
console.log("Try again!")
} else {
console.log("You got it!")
}
