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
Copy file name to clipboardExpand all lines: README.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -132,7 +132,7 @@ This file contains a number of front-end interview questions that can be used wh
132
132
```javascript
133
133
duplicate([1,2,3,4,5]); // [1,2,3,4,5,1,2,3,4,5]
134
134
```
135
-
* Why is it called a Ternary expression, what does the word "Ternary" indicate?
135
+
* Why is it called a Ternary operator, what does the word "Ternary" indicate?
136
136
* What is `"use strict";`? what are the advantages and disadvantages to using it?
137
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`
138
138
* Why is it, in general, a good idea to leave the global scope of a website as-is and never touch it?
0 commit comments