Why would the length of a sentence be useful to know?
|
|
42
|
73274
|
September 20, 2023
|
What if we used print instead of return for each if statement?
|
|
19
|
23257
|
September 8, 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
|
10939
|
April 15, 2022
|
Is Javascript case sensitive?
|
|
42
|
262902
|
September 23, 2023
|
What makes Git useful to a developer?
|
|
20
|
14389
|
December 8, 2021
|
This exercise nests anchors within `<li>` elements. Wouldn’t it make more sense to make the entire `<li>` a clickable anchor by nesting the `<li>` in anchor tags instead?
|
|
51
|
58063
|
August 25, 2023
|
Why are some tags self-closing but others are not?
|
|
29
|
62933
|
August 23, 2023
|
What is the difference between sort() and sorted()?
|
|
24
|
163909
|
August 17, 2023
|
What are some reasons to apply constraints to a table?
|
|
21
|
47216
|
May 4, 2023
|
When should I nest flexboxes?
|
|
1
|
10661
|
May 3, 2023
|
How does the browser know what language other documents are written in? For example, why doesn’t css need a doctype?
|
|
18
|
80708
|
November 19, 2022
|
Why would we want to separate small pieces of content?
|
|
45
|
66834
|
July 8, 2022
|
Does the order of tables in a JOIN matter?
|
|
9
|
36084
|
February 6, 2022
|
Clarifying Arrow Function Notation
|
|
54
|
17549
|
December 30, 2021
|
How can we access the individual elements or values of a prop which is an array or object?
|
|
5
|
10992
|
September 29, 2021
|
What are some differences between a statement and a function in Python?
|
|
8
|
32223
|
March 4, 2021
|
Oes a “chained” selector have a higher specificity than a class or id selector? For example, which selector would “win”: `.special` or `h1.special` or `#special`?
|
|
46
|
31977
|
February 2, 2021
|
Can we access state properties using bracket notation?
|
|
2
|
9686
|
January 19, 2021
|
Are padding and margin interchangeable?
|
|
20
|
21676
|
September 14, 2023
|
How does bounceBubbles() work?
|
|
50
|
288082
|
April 18, 2023
|
If both <br> and <br /> are valid syntaxes, which one should I use?
|
|
37
|
114030
|
August 21, 2023
|
How can we get the average of unique values of a column?
|
|
16
|
37227
|
July 31, 2023
|
How is ALTER different from UPDATE?
|
|
17
|
85250
|
April 27, 2023
|
Can a tuple be used as a dictionary key?
|
|
13
|
95846
|
March 30, 2023
|
Does the <li> tag always have to be nested within the <ul> tag?
|
|
13
|
93128
|
March 9, 2023
|
There are so many tags! How can I ever remember them all?
|
|
15
|
74148
|
October 5, 2022
|
What are advanced objects?
|
|
7
|
21185
|
April 20, 2022
|
What's the difference between COUNT(1), COUNT(*), and COUNT(column_name)?
|
|
9
|
34068
|
December 7, 2019
|
Why does the browser need metadata about the page?
|
|
19
|
69265
|
September 16, 2023
|
Do I need to use a semicolon?
|
|
36
|
154595
|
September 12, 2023
|