|
|
Created by Heather Sorrells
over 5 years ago
|
|
| Question | Answer |
| Capitalize the first letter of each word in a string. | |
| Reverse the boolean value of a variable. | a = !a Each time it is cycled in a loop, the variable value will reverse. |
| Which methods can be used to remove duplicates from an array? | filter() forEach() map() set() |
Want to create your own Flashcards for free with GoConqr? Learn more.