Skip to content

Here are available some significant JavaScript problems and solutions.

Notifications You must be signed in to change notification settings

mehediislamripon/Problem-solving-with-JavaScript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

644557f · Nov 29, 2022

History

60 Commits
Jun 21, 2022
Nov 24, 2022
Jan 2, 2022
Jan 3, 2022
Jan 3, 2022
Jan 3, 2022
Jan 3, 2022
Jan 3, 2022
Jan 10, 2022
Jan 20, 2022
Feb 20, 2022
Mar 6, 2022
Sep 20, 2022
Jan 2, 2022
No commit message
Mar 7, 2022
May 31, 2022
May 31, 2022
May 31, 2022
Jun 4, 2022
Jun 21, 2022
Sep 15, 2022
Sep 15, 2022
Oct 25, 2022
Nov 10, 2022
Jan 2, 2022
Nov 10, 2022
Nov 10, 2022
Nov 10, 2022
Nov 10, 2022
Nov 10, 2022
Nov 10, 2022
Nov 10, 2022
Nov 10, 2022
Nov 11, 2022
Nov 13, 2022
Jan 2, 2022
Nov 14, 2022
Nov 14, 2022
Nov 14, 2022
Nov 15, 2022
Nov 16, 2022
Nov 16, 2022
Nov 23, 2022
Nov 24, 2022
Jan 2, 2022
Jan 2, 2022
Jan 2, 2022
Jan 2, 2022
Jan 3, 2022

Repository files navigation

Available Problems:

S.no Description
Problem - 1 Prove that Array is also an Object in JavaScript
Problem - 2 Display pyramid of number using JavaScript
Problem - 3 Show current month, date, day in Javascript
Problem - 4 Convert English number to Bangla in Javascript
Problem - 5 Check the String is vowel or not
Problem - 6 Function which returns a random number in the given range
Problem - 7 Write a program to reverse a string
Problem - 8 Write a program to reverse a given integer number
Problem - 9 Write a function which can convert the time input given in 12 hours format to 24 hours format
Problem - 10 Write a function to truncate a string to a certain number of words
Problem - 11 Create a regular expression to validate if the given input is valid Indian mobile number or not
Problem - 12 Write a function which accepts two valid dates and returns the difference between them as number of days
Problem - 13 Write a function to check if an object is empty or not in javaScript?
Problem - 14 Write a function to remove array element based on object property?
Problem - 15 Get the Middle Character
Problem - 16 Generate random boolean in JavaScript
Problem - 17 Find the largest number in Javascript
Problem - 18 Copy an Object deeply
Problem - 19 Get Url Parameters
Problem - 20 Detect device types
Problem - 21 Return the total of all the records' scores - GameOf11
Problem - 22 Check the number is Palindrome or not
Problem - 23 Create a function that receives a string "abcbdbd", and returns an array like: ["a", "a.b", "a.b.c", "a.b.c.b", "a.b.c.b.d", "a.b.c.b.d.b", ...]
Problem - 24 Find your crushes phone number
Problem - 25 Plus One - 66.LeetCode - Easy
Problem - 26 Linear Search implementation with JS
Problem - 27 Binary Search implementation with JS
Problem - 28 Make a unique random string generator - uuid alternative lite
Problem - 29 Given a set of numbers, return the additive inverse of each. Each positive becomes negatives, and the negatives become positives
Problem - 30 Thinkful-Logic
Problem - 31 You Need Only One
Problem - 32 Repeat str
Problem - 33 average of an array
Problem - 34 Reverse numbers
Problem - 35 A needla in haystack
Problem - 36 Rock Paper Scissors
Problem - 37 sum of an array
Problem - 38 biggest number of an array
Problem - 39 sum of n numbers with one argument
Problem - 40 Vowel and Consonant
Problem - 41 Find month name.
Problem - 42 Multiplication table.
Problem - 43 Fibonacci
Problem - 44 swap
Problem - 45 max two numbers
Problem - 46 Sort an Array without using any built-in functions
Problem - 47 Binary Search