https://github.com/being-devahmad/javascript-assignment2
https://github.com/being-devahmad/javascript-assignment2
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/being-devahmad/javascript-assignment2
- Owner: being-devahmad
- Created: 2023-04-13T09:32:23.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-14T07:40:20.000Z (about 3 years ago)
- Last Synced: 2025-03-31T22:38:01.646Z (about 1 year ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# javascript-assignment2
This is a Javascript assignment with some basic problenms of javascript, you can access from here
1-Write a logic to print the Fibonacci serious
2-Write a logic to find the factorial of a given a number
3-Remove all the occurrences of the given character.
4-How will you reverse an string.
5-How to apply getter and setter method with the help of using object?
6-Can you print the first repeating character from the string
7-How would you check if the given number is integer or not?
8-Write an function that would you allow to call a function like this functionName(param1)(param2)