From a5a16c5f328f240f4502a8a22715c02c128656b0 Mon Sep 17 00:00:00 2001 From: KaiSD Date: Tue, 3 Sep 2019 13:18:50 +0200 Subject: [PATCH] =?UTF-8?q?=D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20'ace/index.html'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ace/index.html | 153 ++++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 144 insertions(+), 9 deletions(-) diff --git a/ace/index.html b/ace/index.html index 5fc9219..bd4e09d 100644 --- a/ace/index.html +++ b/ace/index.html @@ -5,29 +5,164 @@ Editor +
+ + scroll down ⇓ + +
+
function foo(items) {
+    var i;
+    for (i = 0; i < items.length; i++) {
+        alert("Ace Rocks " + items[i]);
+    }
+
+}
+
+
+ press F11 to switch to fullscreen mode +
+ + + + -

+
- + + + + + +