https://github.com/valentinefernandes/javascript-coding-questions
This repository contains list of javascript coding questions
https://github.com/valentinefernandes/javascript-coding-questions
interview-questions javascript
Last synced: 6 months ago
JSON representation
This repository contains list of javascript coding questions
- Host: GitHub
- URL: https://github.com/valentinefernandes/javascript-coding-questions
- Owner: ValentineFernandes
- License: mit
- Created: 2022-07-23T07:48:30.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-23T09:31:15.000Z (about 3 years ago)
- Last Synced: 2025-04-17T20:39:08.083Z (6 months ago)
- Topics: interview-questions, javascript
- Language: JavaScript
- Homepage:
- Size: 21.5 KB
- Stars: 8
- Watchers: 0
- Forks: 14
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
> Javascript-Coding-Questions
1. Reverse a given string using JavaScript?
2. Find the sum of all elements/numbers of a given array?
3. How can we create an object in JS?
4. How to get the status of a CheckBox ?
5. How to explain closures in JavaScript and when to use it ?
6. How can style/class of an element be changed ?
7. Given two strings, return true if they are anagrams of one another. Write code.
8. Write code to convert an array of strings to an array of the lengths of those strings.
9. Write code to sum an array of numbers.
10. Write a simple function that returns a boolean indicating whether or not a string is a palindrome.