'For JavaScript coding interviews what do we call the object {}?
I'm prepping for my coding interviews using LeetCode and JavaScript. In video solutions people are referring to using the JavaScript object {} as using a Hashmap or Hashtable. Would it be wrong if I called it an object during the interview?
Solution 1:[1]
The correct terminology in JavaScript is Object Docs
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Ross |
