| 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 |