About the JavaScript FAQ category
|
|
1
|
1125
|
January 22, 2021
|
Why can't I use crewMember.name?
|
|
122
|
29581
|
July 10, 2023
|
How would you know when to use factory functions?
|
|
26
|
21991
|
December 27, 2022
|
Why would the length of a sentence be useful to know?
|
|
42
|
73011
|
September 20, 2023
|
When should I use the defer attribute on a <script> element in the <head> vs. using a <script> element at the end of the <body>?
|
|
10
|
10899
|
April 15, 2022
|
Is Javascript case sensitive?
|
|
41
|
262015
|
September 12, 2023
|
Clarifying Arrow Function Notation
|
|
54
|
17472
|
December 30, 2021
|
How does bounceBubbles() work?
|
|
50
|
287651
|
April 18, 2023
|
What are advanced objects?
|
|
7
|
21150
|
April 20, 2022
|
Do I need to use a semicolon?
|
|
36
|
154189
|
September 12, 2023
|
FAQ: Why can't I console log mutualfollowers.push()
|
|
71
|
48463
|
September 8, 2023
|
What else can JavaScript be used for?
|
|
21
|
15132
|
August 15, 2023
|
Why do I need a setter, if I am using _ to not have the property changed by others?
|
|
35
|
18472
|
June 9, 2023
|
How could I use a switch statement for this lesson?
|
|
127
|
19471
|
March 30, 2023
|
Do we have to always use {} when creating a variable through destructuring?
|
|
20
|
13922
|
September 17, 2023
|
When should we use callbacks vs directly calling a function?
|
|
2
|
33790
|
December 9, 2021
|
Are there any browsers with a JSX compiler built in?
|
|
3
|
26301
|
August 21, 2023
|
How does Javascript handle a negative modulo? (`-5 % 20`)
|
|
46
|
61010
|
August 10, 2023
|
Why do we need parentheses around multi-line JSX expressions?
|
|
11
|
20043
|
April 18, 2023
|
Does `this` always refer to an object?
|
|
30
|
15122
|
January 3, 2023
|
How do I handle JS (or other computer science problems) I'm not sure how to solve?
|
|
5
|
8272
|
April 9, 2022
|
What is the difference between printing `3 + 4` and `'3 + 4'`?
|
|
54
|
63126
|
August 8, 2023
|
Why do I need to use `return`?
|
|
104
|
32857
|
July 31, 2023
|
What's the difference between React and ReactDOM?
|
|
5
|
28874
|
April 18, 2023
|
What is the difference between triple equals, ===, and double equals, ==, in JavaScript?
|
|
4
|
36709
|
September 8, 2021
|
What are the differences between `var` and `let`? Which should I use?
|
|
88
|
54843
|
September 21, 2023
|
What is the difference between document.write and console.log?
|
|
40
|
178990
|
July 15, 2023
|
What does this ${} syntax do?
|
|
41
|
75521
|
December 13, 2022
|
Is it best practice to use string concatenation or string interpolation? Why?
|
|
4
|
13276
|
December 23, 2021
|
Can I create my own JSX element attributes?
|
|
9
|
14675
|
September 1, 2021
|