Skip to content

ayush-pr0/10-days-of-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

10 Days of JS

IMPROVE YOUR JAVASCRIPT BASICS.

This repo have problems of "10 days of JavaScript" from HackerRank.

Problems

Day 0: Hello, World! – HackerRank Solution

Day 0: Data Types – HackerRank Solution

Day 1: Arithmetic Operators – HackerRank Solution

Day 1: Functions – HackerRank Solution

Day 1: Let and Const – HackerRank Solution

Day 2: Conditional Statements: If-Else – HackerRank Solution

Day 2: Conditional Statements: Switch – HackerRank Solution

Day 2: Loops – HackerRank Solution

Day 3: Arrays – HackerRank Solution

Day 3: Try, Catch, and Finally – HackerRank Solution

Day 3: Throw – HackerRank Solution

Day 4: Create a Rectangle Object – HackerRank Solution

Day 4: Count Objects – HackerRank Solution

Day 4: Classes – HackerRank Solution

Day 5: Inheritance – HackerRank Solution

Day 5: Template Literals – HackerRank Solution

Day 5: Arrow Functions – HackerRank Solution

Day 6: Bitwise Operators – HackerRank Solution

Day 6: JavaScript Dates – HackerRank Solution

Day 7: Regular Expressions I – HackerRank Solution

Day 7: Regular Expressions II – HackerRank Solution

Day 7: Regular Expressions III – HackerRank Solution

Day 8: Create a Button – HackerRank Solution

Day 8: Buttons Container – HackerRank Solution

Day 9: Binary Calculator – HackerRank Solution

Strategies to solve these problems:

-> Read the question carefully.

-> Read the tutorial if you are not familiar with the topic.

-> Go to HackerRank’s discussion board to get some hints.

-> Go to HackerRank’s leaderboard to get some solutions.

-> Try to understand the solutions.

-> Practice with the same question again.