Skip to content

VishruthVS/100xdevs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

100xdevs

Getting Started

To get started with this project, follow these steps:

  1. Change Directory to 01-js: Navigate to the 01-js directory in the project using the terminal/command line.

    cd 01-js
  2. Install Dependencies: Install the necessary dependencies using npm.

    npm install
  3. Run Tests: Execute test cases by using Jest and providing the test case name.

    npx jest ./tests/<testcasename.js>

Make sure to replace <testcasename.js> with the actual name of the test case file you want to execute.

Test Cases

This repository contains various test cases located in the tests directory. Feel free to explore these test cases to enhance your JavaScript skills.

License

This project is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 79.9%
  • HTML 9.2%
  • TypeScript 6.1%
  • CSS 4.8%