public/subjects/primitives
davhojt 5ce8e6c2a6
docs(primatives): correct grammar
2022-04-29 22:49:38 +01:00
..
README.md docs(primatives): correct grammar 2022-04-29 22:49:38 +01:00

README.md

Primitives

Instructions

Create a constant variable for each of the following primitive types:

  • str for string
  • num for number
  • bool for boolean
  • undef for undefined

Notions