Add single page app question which resolves #196

This commit is contained in:
Darcy Clarke 2015-01-30 05:34:05 -05:00
parent e3b04ae747
commit 4777c4bfca
1 changed files with 1 additions and 0 deletions

View File

@ -133,6 +133,7 @@ duplicate([1,2,3,4,5]); // [1,2,3,4,5,1,2,3,4,5]
* Create a for loop that iterates up to `100` while outputting **"fizz"** at multiples of `3`, `"buzz"` at multiples of `5` and **"fizzbuzz"** at multiples of `3` and `5`
* Why is it, in general, a good idea to leave the global scope of a website as-is and never touch it?
* Why would you use something like the `load` event? Does this event have disadvantages? Do you know any alternatives, and why would you use those?
* Explain what a single page app is and how to make one SEO-friendly.
#### Network Questions: