About the JavaScript FAQ category
|
|
1
|
1298
|
January 22, 2021
|
Why can't I use crewMember.name?
|
|
127
|
33903
|
March 30, 2024
|
How would you know when to use factory functions?
|
|
32
|
25436
|
October 20, 2023
|
Is Javascript case sensitive?
|
|
47
|
302788
|
October 4, 2024
|
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
|
13248
|
April 15, 2022
|
Clarifying Arrow Function Notation
|
|
54
|
20378
|
December 30, 2021
|
How does bounceBubbles() work?
|
|
54
|
310176
|
August 15, 2024
|
What else can JavaScript be used for?
|
|
25
|
19999
|
July 30, 2024
|
Why would the length of a sentence be useful to know?
|
|
44
|
83029
|
March 26, 2024
|
What are advanced objects?
|
|
8
|
23305
|
December 8, 2023
|
Why do I need a setter, if I am using _ to not have the property changed by others?
|
|
36
|
21083
|
October 20, 2023
|
FAQ: Why can't I console log mutualfollowers.push()
|
|
72
|
54404
|
August 22, 2024
|
Do I need to use a semicolon?
|
|
37
|
173377
|
December 7, 2023
|
How could I use a switch statement for this lesson?
|
|
131
|
24138
|
November 9, 2023
|
Why do I need to use `return`?
|
|
109
|
37488
|
July 2, 2024
|
When should we use callbacks vs directly calling a function?
|
|
4
|
38834
|
May 28, 2024
|
Do we have to always use {} when creating a variable through destructuring?
|
|
23
|
15684
|
February 6, 2024
|
How do I handle JS (or other computer science problems) I'm not sure how to solve?
|
|
5
|
9085
|
April 9, 2022
|
How does Javascript handle a negative modulo? (`-5 % 20`)
|
|
52
|
76189
|
August 20, 2024
|
Does `this` always refer to an object?
|
|
35
|
17716
|
May 15, 2024
|
Why do we need parentheses around multi-line JSX expressions?
|
|
11
|
23094
|
April 18, 2023
|
What is the difference between document.write and console.log?
|
|
47
|
205517
|
October 5, 2024
|
Are there any browsers with a JSX compiler built in?
|
|
3
|
29183
|
August 21, 2023
|
Is property value shorthand in objects compatible with all browsers?
|
|
12
|
13761
|
September 3, 2024
|
What are the differences between `var` and `let`? Which should I use?
|
|
90
|
62956
|
February 21, 2024
|
What's the difference between React and ReactDOM?
|
|
7
|
33422
|
January 24, 2024
|
Why do we write `if(sale)` instead of `if(sale===true)`?
|
|
52
|
49693
|
September 24, 2024
|
What are other uses of functions as data?
|
|
14
|
18382
|
April 15, 2021
|
What is the difference between triple equals, ===, and double equals, ==, in JavaScript?
|
|
4
|
39026
|
September 8, 2021
|
Can I create my own JSX element attributes?
|
|
9
|
17019
|
September 1, 2021
|