Skip to content

Instantly share code, notes, and snippets.

@artem-alek
Created February 2, 2017 14:21
Show Gist options
  • Save artem-alek/9a2a02a0d204b1e7d12d270e3c46895e to your computer and use it in GitHub Desktop.
Save artem-alek/9a2a02a0d204b1e7d12d270e3c46895e to your computer and use it in GitHub Desktop.
Section 1:
1. String, numbers, bolean, num, undefinded
2. number & string
3. the first position of the array
4. studentsAre = feels[3]
Section 2:
1. prices.length
2. prices[count]
3. to add a + 1 to count variable for the loop variable
4. loop variable, end condition, loop body, post condition
Section 3:
1. undefined
2. no it is not, its a global
3. need to add the callback arugemnt. greet(message, name)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment