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-09 16:35:50
Browse files Browse the repository at this point in the history
  • Loading branch information
liamfrazer committed Dec 9, 2023
1 parent f26cfa4 commit f2aa5a1
Showing 1 changed file with 15 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,18 @@ tags:
* Boolean
* true or false
* A simple "yes" or "no" value type
* Typically used in co
* Typically used in conditions
```js
true
false
```

* Null or undefined
* "There is no value"
* undefined: Default if no value was assigned yet
* null: Explicitly assigned by the developer (reset value)

* Variables are data containers
* Variables store a value and can be used as often and in as many places as needed
*

0 comments on commit f2aa5a1

Please sign in to comment.