Skip to content

bijaychaudhary49/JavaScript_Revision

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JavaScript Revision

A collection of JavaScript practice programs covering core concepts, operators, built-in objects, and common algorithms.

Topics Covered

Topic File Concepts
Strings String.js String methods, template literals, palindrome, vowel/consonant counting, word count, reverse string
Numbers & Math Number_Math.js Number methods, Math object, random number generation, OTP generator, time conversion, swapping
Comparison & Logical comparison_logical.js if-else, ternary operator, logical operators (&&, ||), leap year, grade system, triangle validation, password strength
Date & Time date_time.js Date object, getFullYear, getMonth, getDate, getDay, getHours, getMinutes, getSeconds

How to Use

Run any file with Node.js:

node String.js
node Number_Math.js
node comparison_logical.js
node date_time.js

Most code examples are commented out. Uncomment the section you want to test and run the file.

Prerequisites

License

MIT

About

JavaScript concepts, algorithms & problem-solving

Topics

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors