-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphase9_et_list.rb
More file actions
50 lines (50 loc) · 4.25 KB
/
phase9_et_list.rb
File metadata and controls
50 lines (50 loc) · 4.25 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
# learn-to-code-with-javascript-getting-started | Learn to Code with Javascript: Getting Started | article
# learn-to-code-with-javascript-running-javascript | Learn to Code with JavaScript: Running JavaScript | article
# introduction-to-javascript | Introduction to JavaScript | video
# learn-to-code-with-javascript-variables-and-numbers | Learn to Code with Javascript: Variables and Numbers | article
# learn-to-code-with-javascript-strings | Learn to Code with Javascript: Strings | article
# learn-to-code-with-javascript-boolean-and-conditional-statements | Learn to Code with Javascript: Boolean and Conditional Statements | article
# learn-to-code-with-javascript-functions | Learn to Code with JavaScript: Functions | article
# troubleshooting-javascript-code | Troubleshooting JavaScript Code | article
# learn-to-code-with-javascript-loops | Learn to Code with JavaScript: Loops | article
# learn-to-code-with-javascript-arrays | Learn to Code with JavaScript: Arrays | article
# learn-to-code-with-javascript-dom-manipulation-and-events | Learn to Code with JavaScript: DOM Manipulation and Events | article
# javascript-function-basics | Javascript: Function Basics | article
# javascript-closures | JavaScript Closures | article
# javascript-objects | JavaScript Objects | article
# es5-to-es6 | ES5 to ES6 | article
# unit-testing-javascript-with-jasmine | Unit Testing JavaScript with Jasmine | article
# commonjs-and-npm | CommonJS and NPM | article
# interactive-javascript | Interactive Javascript | article
# javascript-dom-manipulation-and-events | Javascript: DOM Manipulation and Events | article
# jquery | jQuery | article
# ajax | Ajax | article
# introduction-to-ajax | Introduction to AJAX | video
# ajax-and-rest # learn-to-code-with-javascript-getting-started |
# data_statements = ['learn-to-code-with-javascript-getting-started',
# 'learn-to-code-with-javascript-running-javascript',
# 'introduction-to-javascript',
# 'learn-to-code-with-javascript-variables-and-numbers',
# 'learn-to-code-with-javascript-strings',
# 'learn-to-code-with-javascript-boolean-and-conditional-statements',
# 'learn-to-code-with-javascript-functions',
# 'troubleshooting-javascript-code',
# 'learn-to-code-with-javascript-loops',
# 'learn-to-code-with-javascript-arrays',
# 'learn-to-code-with-javascript-dom-manipulation-and-events',
# 'javascript-function-basics',
# 'javascript-closures',
# 'javascript-objects',
# 'es5-to-es6',
# 'unit-testing-javascript-with-jasmine',
# 'commonjs-and-npm',
# 'interactive-javascript',
# 'javascript-dom-manipulation-and-events',
# 'jquery',
# 'ajax',
# 'introduction-to-ajax',
# 'ajax-and-rest']
#
# data_statements.each do |statement|
# system "et get #{statement}"
# end