Javascript Interview Questions - Part 2
- Can you give an example for destructuring an object or an array?
- Can you give an example of generating a string with ES6 Template Literals?
- Can you give an example of a curry function and why this syntax offers an advantage?
- What are the benefits of using spread syntax and how is it different from rest syntax?
- How can you share code between files?
- Why you might want to create static class members?
- Reverse a string in JavaScript?
- Reverse words in a sentence?
- Reverse words in place?
- Find the first non repeating char in a string?
- Remove duplicate characters from a sting?
- What are the differences between null and undefined?
- What are the differences between == and ===?
- How would you compare two objects in JavaScript?
No comments:
Post a Comment