Created
July 27, 2023 08:20
-
-
Save hiba-machfej/ea596242574946bc94a38ee8e0408059 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
There is some coding in this discussion. Feel free to write them in a REPL or in the comments below. | |
How is an object different from an array? | |
How does const work with objects? | |
Explain the difference between bracket syntax and dot syntax. Give an example of something that works with bracket syntax but not dot syntax. Give an example of something that works with dot syntax but not bracket syntax. | |
What are computed properties? Write an example code. | |
What is the difference between Object.keys and Object.entries? Write example code using both of them. | |
How do we get only the values of an object? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment