mirror of
https://github.com/RGBCube/serenity
synced 2025-05-24 21:35:06 +00:00
LibJS: Implement typeof operator
This commit is contained in:
parent
0a71533aff
commit
46a897b59b
4 changed files with 27 additions and 1 deletions
1
Base/home/anon/js/typeof.js
Normal file
1
Base/home/anon/js/typeof.js
Normal file
|
@ -0,0 +1 @@
|
|||
console.log(typeof undefined, typeof true, typeof 'a', typeof 1, typeof {});
|
Loading…
Add table
Add a link
Reference in a new issue