About the JavaScript FAQ category
|
|
1
|
1294
|
January 22, 2021
|
Why can't I use crewMember.name?
|
|
127
|
33574
|
March 30, 2024
|
How would you know when to use factory functions?
|
|
32
|
25164
|
October 20, 2023
|
Is Javascript case sensitive?
|
|
46
|
298638
|
May 10, 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
|
13109
|
April 15, 2022
|
Clarifying Arrow Function Notation
|
|
54
|
20220
|
December 30, 2021
|
Why would the length of a sentence be useful to know?
|
|
44
|
81961
|
March 26, 2024
|
How does bounceBubbles() work?
|
|
54
|
307773
|
August 15, 2024
|
What else can JavaScript be used for?
|
|
25
|
19557
|
July 30, 2024
|
Why do I need a setter, if I am using _ to not have the property changed by others?
|
|
36
|
20877
|
October 20, 2023
|
FAQ: Why can't I console log mutualfollowers.push()
|
|
72
|
53928
|
August 22, 2024
|
What are advanced objects?
|
|
8
|
23148
|
December 8, 2023
|
Do I need to use a semicolon?
|
|
37
|
171377
|
December 7, 2023
|
How could I use a switch statement for this lesson?
|
|
131
|
23865
|
November 9, 2023
|
When should we use callbacks vs directly calling a function?
|
|
4
|
38396
|
May 28, 2024
|
Do we have to always use {} when creating a variable through destructuring?
|
|
23
|
15539
|
February 6, 2024
|
How do I handle JS (or other computer science problems) I'm not sure how to solve?
|
|
5
|
9030
|
April 9, 2022
|
How does Javascript handle a negative modulo? (`-5 % 20`)
|
|
52
|
74599
|
August 20, 2024
|
Why do I need to use `return`?
|
|
109
|
37136
|
July 2, 2024
|
Does `this` always refer to an object?
|
|
35
|
17559
|
May 15, 2024
|
Why do we need parentheses around multi-line JSX expressions?
|
|
11
|
22828
|
April 18, 2023
|
What is the difference between document.write and console.log?
|
|
46
|
202922
|
August 8, 2024
|
Are there any browsers with a JSX compiler built in?
|
|
3
|
28898
|
August 21, 2023
|
Is property value shorthand in objects compatible with all browsers?
|
|
12
|
13628
|
September 3, 2024
|
What's the difference between React and ReactDOM?
|
|
7
|
33047
|
January 24, 2024
|
What are the differences between `var` and `let`? Which should I use?
|
|
90
|
62157
|
February 21, 2024
|
Why do we write `if(sale)` instead of `if(sale===true)`?
|
|
51
|
48883
|
May 6, 2023
|
What are other uses of functions as data?
|
|
14
|
18251
|
April 15, 2021
|
What is the difference between triple equals, ===, and double equals, ==, in JavaScript?
|
|
4
|
38812
|
September 8, 2021
|
Can I create my own JSX element attributes?
|
|
9
|
16808
|
September 1, 2021
|