Skip to content
This repository has been archived by the owner on Sep 28, 2024. It is now read-only.

Commit

Permalink
vault backup: 2023-12-10 12:03:00
Browse files Browse the repository at this point in the history
  • Loading branch information
liamfrazer committed Dec 10, 2023
1 parent 6d0966d commit 5d13a97
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/React/The Complete Guide Docs/objects and classes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,18 @@
tags:
- objects
- classes
- methods
---
# objects and classes


```js
const user = {
name: "Liam",
age: 25,
}
console.log(user) //
```


* Objects can store functions, that are then typically called `methods`

0 comments on commit 5d13a97

Please sign in to comment.