Skip to content

Latest commit

 

History

History
66 lines (45 loc) · 3.3 KB

README.md

File metadata and controls

66 lines (45 loc) · 3.3 KB

JavaScript Documentations

Github Banner

Description

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.

Feature

  • Detailed explanations of JavaScript concepts
  • Code examples for better understanding
  • Organized by topics and categories
  • Easy navigation through documentation

Reference

Contents

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)

Prerequisites

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.

Getting Started

To get started with this branch, follow these steps:

  1. Clone the Repository

    git clone https://github.com/hilmimusyafa/dicoding-course-introductiontojavascript
    cd your-repository
  2. Set Up Node.js Environment: Ensure your Node.js environment is set up correctly by installing Node.js and npm.

  3. 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

Contributing

If you would like to contribute to this branch, please follow these guidelines:

  1. Fork the repository and create your branch from main.
  2. Ensure any new code is well-documented and follows JavaScript conventions.
  3. Create a pull request and describe the changes you've made.