diff options
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)); |