We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 715cef6 commit 24ee177Copy full SHA for 24ee177
README.md
@@ -1 +1,10 @@
1
-Basic JS
+# Basic JavaScript + ES6
2
+
3
+## Instructions
4
5
+Fork and clone this repo.
6
7
+ * Run the command `npm i` to install needed node packages.
8
+ * Run the command `npm test` to run the tests.
9
+ * Work through the files and make the tests pass.
10
+ * Submit a pull request when you are finished and we will review your code.
0 commit comments