JavaScript icon indicating copy to clipboard operation
JavaScript copied to clipboard

Repository for JavaScript codes and algos.Star the repo too.

Results 41 JavaScript issues
Sort by recently updated
recently updated
newest added

PULL REQUESTS WILL BE MERGED Thankyou so much everyone for contributing in the repository. As i am the only one to manage the repo so after some simple checks I...

good first issue
Beginner
dailycode
moderate
Javascript
Opensource
feature

enhancement
good first issue
Javascript
Opensource
INTERVIEW-QUESTION

Take N (number of rows), print the following pattern (for N = 4). 1 2 3 2 3 4 5 4 3 4 5 6 7 6 5 4 Input...

good first issue
Beginner
Hacktoberfest
patterns
hacktoberfest2020
Javascript
Opensource

good first issue
Beginner
Hacktoberfest
moderate
hacktoberfest2020
Javascript

Add in searching sorting repo

good first issue
Beginner
Hacktoberfest
hacktoberfest2020

Star This Repo ⭐⭐⭐ Please make sure to star this repository before contributing. YOUR CONTRIBUTIONS TOWARDS OPEN SOURCE DSA ARE VALUABLE⭐ HAPPY CODING!!

good first issue
Beginner
Hacktoberfest
hacktoberfest2020
Javascript

Take as input S, a string. Write a function that does basic string compression. Print the value returned. E.g. for input “aaabbccds” print out a3b2c2d1s1. Input Format A single String...

good first issue
Hacktoberfest
hacktoberfest2020
Javascript
Strings

Given N positive numbers, your task is to calculate their HCF. Input Format First line of input contains a single integer N, second line contains N space separated positive integers...

good first issue
Beginner
Hacktoberfest
hacktoberfest2020
Javascript

Take N (number in decimal format). Write a function that converts it to octal format. Print the value returned. Input Format Constraints 0 < N

good first issue
Beginner
Hacktoberfest
hacktoberfest2020
Javascript

Calculate the sum of two integers a and b, but you are not allowed to use the operator + and - Input Format Input two integers a and b Constraints...

Beginner
dailycode