Refresher on arrays, leaning how to create objects, and Cyclical division.
Cyclical division is where you divide a number by another number over and over.
Objects are an easy way to give as variable multiple properties like a name, a age etc.
var me = {
name: "Today"
age: 219
};
this would be an object called 'me' with the name Today and the age 219.
Simple!
No comments:
Post a Comment