roberto-butti / some-drops-of-javascript

This book collects some useful, unknown, underrated JavaScript functions discovered and learned while using JavaScript daily.
https://drops-of-javascript.hi-folks.dev/
Other
137 stars 40 forks source link

New operator: typeof #6

Closed roberto-butti closed 11 months ago

roberto-butti commented 11 months ago

What

Get variable type: typeof Add new operator documentation file for a new JavaScript function in src/content/docs. The instructions about defining the file's name are documented in the CONTRIBUTING.md file.

Description

Function name: typeof Function description: explain the typeof operator, showing some context where you can use typeof, and provide some pratical examples. File name: example 03-var/01_op-typeof.md

Checklist

Must read:

dev-shetty commented 11 months ago

I would like to add this!