https://github.com/i-umairkhan/50-javascript-chllanges
Completing 50 JavaScript Chllanges from codedamn platform
https://github.com/i-umairkhan/50-javascript-chllanges
codedamn javascript
Last synced: 7 months ago
JSON representation
Completing 50 JavaScript Chllanges from codedamn platform
- Host: GitHub
- URL: https://github.com/i-umairkhan/50-javascript-chllanges
- Owner: i-umairkhan
- Created: 2022-05-25T18:40:17.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-27T06:26:40.000Z (almost 4 years ago)
- Last Synced: 2025-01-15T11:10:43.554Z (about 1 year ago)
- Topics: codedamn, javascript
- Language: JavaScript
- Homepage:
- Size: 18.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 50-javascript-chllanges
Completing 50 JavaScript Chllanges from codedamn platform
https://codedamn.com/learn/50-days-of-js
# Challanges
1-Function which returns a random number in the given range.
2-Write a program to reverse a string.
3-Write a program to reverse a given integer number.
4-Write a function which can convert the time input given in 12 hours format to 24 hours format.
5-Write a function which accepts a string argument and returns the count of characters between the first and last character 'X'.
6-Write a function to truncate a string to a certain number of words.
7-Create a regular expression to validate if the given input is valid Indian mobile number or not.
8-Write a function which accepts two valid dates and returns the difference between them as number of days.
9-Write a function to check if an object is empty or not in javaScript?
10-Write a function to remove array element based on object property?