Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vaibhav18matere/tikkl_js_exercises
https://github.com/vaibhav18matere/tikkl_js_exercises
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/vaibhav18matere/tikkl_js_exercises
- Owner: vaibhav18matere
- Created: 2023-05-27T03:38:44.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-05-27T06:20:14.000Z (over 1 year ago)
- Last Synced: 2024-10-11T01:53:38.059Z (26 days ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
README
JavaScript Exercises
====================These exercises explains some of the core concepts of JavaScript and tests your
understanding.1. Download and install NodeJS — https://nodejs.org/en/download/
2. Download and install a programmer’s editor — https://code.visualstudio.com/download
3. Refresh basics JS
a. https://javascript.info/first-steps (skim thru)
b. https://javascript.info/object-basics (concentrate)4. You can Write small JS functions and run them using NodeJS (use: node )
- Note that in JS you don’t have to create classes to solve most problems, you can use the
default JS object to automatically create attributes on the fly to store any
type (string, arrays, and objects too)5. Find a set of exercises named ex*.js. Each of them can be run on the terminal using
the node command. Each file has sections that you need to edit and write your own code.
6. Once you are done with the excerises, zip up all the *.js files and upload/email them as
notified.