About the JavaScript FAQ category
|
|
1
|
1312
|
January 22, 2021
|
Why can't I use crewMember.name?
|
|
127
|
34461
|
March 30, 2024
|
How would you know when to use factory functions?
|
|
32
|
25794
|
October 20, 2023
|
Is Javascript case sensitive?
|
|
47
|
303104
|
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
|
13383
|
April 15, 2022
|
Clarifying Arrow Function Notation
|
|
54
|
20602
|
December 30, 2021
|
How does bounceBubbles() work?
|
|
54
|
310672
|
August 15, 2024
|
What else can JavaScript be used for?
|
|
25
|
20134
|
July 30, 2024
|
Why would the length of a sentence be useful to know?
|
|
44
|
83251
|
March 26, 2024
|
What are advanced objects?
|
|
8
|
23337
|
December 8, 2023
|
Why do I need a setter, if I am using _ to not have the property changed by others?
|
|
36
|
21226
|
October 20, 2023
|
FAQ: Why can't I console log mutualfollowers.push()
|
|
72
|
54751
|
August 22, 2024
|
Do I need to use a semicolon?
|
|
37
|
173731
|
December 7, 2023
|
How could I use a switch statement for this lesson?
|
|
131
|
24852
|
November 9, 2023
|
Why do I need to use `return`?
|
|
109
|
38070
|
July 2, 2024
|
When should we use callbacks vs directly calling a function?
|
|
4
|
39074
|
May 28, 2024
|
Do we have to always use {} when creating a variable through destructuring?
|
|
23
|
15792
|
February 6, 2024
|
How do I handle JS (or other computer science problems) I'm not sure how to solve?
|
|
5
|
9130
|
April 9, 2022
|
How does Javascript handle a negative modulo? (`-5 % 20`)
|
|
52
|
76753
|
August 20, 2024
|
Does `this` always refer to an object?
|
|
35
|
17899
|
May 15, 2024
|
Why do we need parentheses around multi-line JSX expressions?
|
|
11
|
23238
|
April 18, 2023
|
What is the difference between document.write and console.log?
|
|
47
|
206578
|
October 5, 2024
|
Are there any browsers with a JSX compiler built in?
|
|
3
|
29202
|
August 21, 2023
|
Is property value shorthand in objects compatible with all browsers?
|
|
12
|
13837
|
September 3, 2024
|
What are the differences between `var` and `let`? Which should I use?
|
|
90
|
63536
|
February 21, 2024
|
What's the difference between React and ReactDOM?
|
|
7
|
33488
|
January 24, 2024
|
Why do we write `if(sale)` instead of `if(sale===true)`?
|
|
52
|
49959
|
September 24, 2024
|
What are other uses of functions as data?
|
|
14
|
18442
|
April 15, 2021
|
What is the difference between triple equals, ===, and double equals, ==, in JavaScript?
|
|
4
|
39141
|
September 8, 2021
|
Can I create my own JSX element attributes?
|
|
9
|
17077
|
September 1, 2021
|