diff options
author | Andreas Kling <kling@serenityos.org> | 2020-08-05 17:25:01 +0200 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2020-08-05 17:40:47 +0200 |
commit | db450dbc442d6f727762d76b045e66ef52265a70 (patch) | |
tree | 2bb1052b341ee94e5ff844ea082e4c0e48512e93 /Base/home/anon/Source/js/charAt.js | |
parent | bc615572a9740410dfdcc34fd51ec270cbac846b (diff) | |
download | serenity-db450dbc442d6f727762d76b045e66ef52265a70.zip |
Base: Move "js" and "little" HackStudio projects into ~/Source/
Diffstat (limited to 'Base/home/anon/Source/js/charAt.js')
-rw-r--r-- | Base/home/anon/Source/js/charAt.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Base/home/anon/Source/js/charAt.js b/Base/home/anon/Source/js/charAt.js new file mode 100644 index 0000000000..9a452fb4f5 --- /dev/null +++ b/Base/home/anon/Source/js/charAt.js @@ -0,0 +1,2 @@ +var foo = "foobar"; +console.log(foo.charAt(3)); |