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

https://github.com/being-devahmad/js-basic-questions

This includes basic Js questions
https://github.com/being-devahmad/js-basic-questions

Last synced: about 1 year ago
JSON representation

This includes basic Js questions

Awesome Lists containing this project

README

          

# js-basic-questions
This includes basic Js questions
1-Print only Number that it should be print only integer.

“ const str=["1","3",52, "Subhan"] “

2-Destructure an array.

3-Split an array into Pairs and if a pair is not full, it will contain the leftover items.

4-Array Methods with syntax and examples.

5-program to check if the string is palindrome or not.

6-Data Types.

7-Declaration and Reassignment of Variables.

8-Find Minimum and Maximum number value in array.

9-Print a String in both cases (Lowercase and Uppercase).

10-What keywords should we use for declaring variables in loops.

11-scope of keywords used to declare variables. (Difference between Var,let const)