Javascript-Coding-Questions
- Reverse a given string using JavaScript?
- Find the sum of all elements/numbers of a given array?
- How can we create an object in JS?
- How to get the status of a CheckBox ?
- How to explain closures in JavaScript and when to use it ?
- How can style/class of an element be changed ?
- Given two strings, return true if they are anagrams of one another. Write code.
- Write code to convert an array of strings to an array of the lengths of those strings.
- Write code to sum an array of numbers.
- Write a simple function that returns a boolean indicating whether or not a string is a palindrome.