An open API service indexing awesome lists of open source software.

https://github.com/being-devahmad/javascript-assignment2


https://github.com/being-devahmad/javascript-assignment2

Last synced: 8 months ago
JSON representation

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)