mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 12:19:54 +00:00
LibJS: Implement typeof operator
This commit is contained in:
parent
0a71533aff
commit
46a897b59b
Notes:
sideshowbarker
2024-07-19 08:16:15 +09:00
Author: https://github.com/deoxxa
Commit: 46a897b59b
Pull-request: https://github.com/SerenityOS/serenity/pull/1479
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