#javascript
Read more stories on Hashnode
Articles with this tag
The JavaScript Tree ๐ ยท Master Javascript : The JavaScript Tree ๐ | |โโ Variables | โโโ var | โโโ let | โโโ const | |โโ Data Types | โโโ String | โโโ...
// Person: { // name: string, // age: number, // } to represent the 'shape' of a Person. When you have functions like the following, you can use...