This repository contains comprehensive documentation and examples for JavaScript. It is a personal project aimed at providing clear and concise explanations of various JavaScript concepts and features. This Repository is best for learn Basic Programming in JavaScript.
- Detailed explanations of JavaScript concepts
- Code examples for better understanding
- Organized by topics and categories
- Easy navigation through documentation
- Dicoding (256/ Introduction to JavaScript)
- Programmiz - Javascript
- Web Programming UNPAS
- Programmer Zaman Now
This repository that based by chapter :
- Chapter 1 : Introduction to Javascript (MD, Github)
- Chapter 2 : Javascript Fundamental (MD, Github)
- Chapter 3 : Data Structure (MD, Github)
- Chapter 4 : Function (MD, Github)
- Chapter 5 : Import & Export (MD, Github)
Before working with the code in this branch, ensure you have the following installed on your system:
- A text editor or Integrated Development Environment (IDE) like VSCode, WebStorm, or Sublime Text.
To get started with this branch, follow these steps:
-
Clone the Repository
git clone https://github.com/hilmimusyafa/dicoding-course-introductiontojavascript cd your-repository
-
Set Up Node.js Environment: Ensure your Node.js environment is set up correctly by installing Node.js and npm.
-
Run the Code Navigate to the respective project or assignment directory and run the JavaScript code using the
node
command. For example:cd "Material & Code/Chapter 1 - Introduction to Javascript" node 1.1-Helloworld.js
If you would like to contribute to this branch, please follow these guidelines:
- Fork the repository and create your branch from
main
. - Ensure any new code is well-documented and follows JavaScript conventions.
- Create a pull request and describe the changes you've made.