Another update from ingydotnet^djgoku
This commit is contained in:
parent
91df62d461
commit
948b86eafa
7604 changed files with 108452 additions and 22726 deletions
8
Task/Literals-String/JavaScript/literals-string.js
Normal file
8
Task/Literals-String/JavaScript/literals-string.js
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
(function () {
|
||||
return "αβγδ 中间来点中文 🐫 אבגד"
|
||||
})();
|
||||
|
||||
|
||||
(function() {
|
||||
return "\u03b1\u03b2\u03b3\u03b4 \u4e2d\u95f4\u6765\u70b9\u4e2d\u6587 \ud83d\udc2b \u05d0\u05d1\u05d2\u05d3";
|
||||
})();
|
||||
Loading…
Add table
Add a link
Reference in a new issue