From 9585c3e1d51def2ea8cba7cf1185f47f7cc45da6 Mon Sep 17 00:00:00 2001 From: Ilya Kantor Date: Mon, 17 Aug 2015 12:42:19 +0300 Subject: [PATCH] up --- 1-js/2-first-steps/2-external-script/1-hello-alert-ext/alert.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1-js/2-first-steps/2-external-script/1-hello-alert-ext/alert.js b/1-js/2-first-steps/2-external-script/1-hello-alert-ext/alert.js index 2c4f96f5..4de72597 100644 --- a/1-js/2-first-steps/2-external-script/1-hello-alert-ext/alert.js +++ b/1-js/2-first-steps/2-external-script/1-hello-alert-ext/alert.js @@ -1 +1 @@ -alert('Я - JavaScript!'); \ No newline at end of file +alert("I'm JavaScript!"); \ No newline at end of file