You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Why is it called a Ternary expression, what does the word "Ternary" indicate?
134
136
* What is `"use strict";`? what are the advantages and disadvantages to using it?
135
-
* 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`
137
+
* 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`
136
138
* Why is it, in general, a good idea to leave the global scope of a website as-is and never touch it?
137
139
* 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?
138
140
* Explain what a single page app is and how to make one SEO-friendly.
This document started in 2009 as a collaboration of [@paul_irish](http://twitter.com/paul_irish)[@bentruyman](http://twitter.com/bentruyman)[@cowboy](http://twitter.com/cowboy)[@ajpiano](http://twitter.com/ajpiano)[@SlexAxton](http://twitter.com/slexaxton)[@boazsender](http://twitter.com/boazsender)[@miketaylr](http://twitter.com/miketaylr)[@vladikoff](http://twitter.com/vladikoff)[@gf3](http://twitter.com/gf3)[@jon_neal](http://twitter.com/jon_neal)[@sambreed](http://twitter.com/sambreed) and [@iansym](http://twitter.com/iansym).
232
+
This document started in 2009 as a collaboration of [@paul_irish](https://twitter.com/paul_irish)[@bentruyman](https://twitter.com/bentruyman)[@cowboy](https://twitter.com/cowboy)[@ajpiano](https://twitter.com/ajpiano)[@SlexAxton](https://twitter.com/slexaxton)[@boazsender](https://twitter.com/boazsender)[@miketaylr](https://twitter.com/miketaylr)[@vladikoff](https://twitter.com/vladikoff)[@gf3](https://twitter.com/gf3)[@jon_neal](https://twitter.com/jon_neal)[@sambreed](https://twitter.com/sambreed) and [@iansym](https://twitter.com/iansym).
206
233
207
-
Burmese translation provided by [@mmhan](http://twitter.com/mmhan).
234
+
It has since received contributions from over [100 developers](https://github.com/h5bp/Front-end-Developer-Interview-Questions/graphs/contributors).
208
235
209
-
It has since received contributions from [100 developers](https://github.com/h5bp/Front-end-Developer-Interview-Questions/graphs/contributors).
236
+
Burmese translation provided by [@mmhan](http://twitter.com/mmhan).
0 commit comments