From fec8dcb7ed2b246421ced3f75ea1cab2b12eb812 Mon Sep 17 00:00:00 2001 From: Eric Leung Date: Tue, 30 May 2017 09:35:22 -0700 Subject: [PATCH] Add introduction text to basic JavaScript (#15119) --- .../basic-javascript.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) mode change 100755 => 100644 challenges/02-javascript-algorithms-and-data-structures/basic-javascript.json diff --git a/challenges/02-javascript-algorithms-and-data-structures/basic-javascript.json b/challenges/02-javascript-algorithms-and-data-structures/basic-javascript.json old mode 100755 new mode 100644 index f8ece3ed79..190c0a9732 --- a/challenges/02-javascript-algorithms-and-data-structures/basic-javascript.json +++ b/challenges/02-javascript-algorithms-and-data-structures/basic-javascript.json @@ -4,6 +4,23 @@ "order": 1, "helpRoom": "HelpJavaScript", "challenges": [ + { + "id": "bd6123c9c441eddfaeb4bdef", + "title": "Introduction to JavaScript", + "description": [ + [ + "https://upload.wikimedia.org/wikipedia/commons/thumb/6/6a/JavaScript-logo.png/480px-JavaScript-logo.png", + "A yellow square with the letters, JS, in the bottom right to represent the JS logo", + "JavaScript (JS) is a high-level programming language that all modern web browsers support. It is also one of the core technologies of the web, along with HTML and CSS that you may have learned previously. This section will cover basic programming concepts in JavaScript, which range from variables and arithemtic to objects and loops." + ] + ], + "challengeSeed": [], + "tests": [], + "type": "waypoint", + "challengeType": 7, + "isRequired": false, + "translations": {} + }, { "id": "bd7123c9c441eddfaeb4bdef", "title": "Comment Your JavaScript Code",