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
- Host: GitHub
- URL: https://github.com/being-devahmad/js-basic-questions
- Owner: being-devahmad
- Created: 2023-05-14T07:34:16.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-14T07:37:23.000Z (about 3 years ago)
- Last Synced: 2025-02-07T01:31:58.361Z (over 1 year ago)
- Language: JavaScript
- Size: 5.86 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)