Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2023-06-07 23:58:52 +03:00
parent 5b4366cea9
commit 0489745d06

View File

@ -86,6 +86,7 @@
// Type checking
//
typeof(42) // -> 'number'
typeof('meaning of life') // -> 'string'