Horje
javascript problem solving interview questions Code Example
javascript problem solving interview questions
Here are some my selective questions...
Q1. Explain what a callback function is and provide a simple example
Q2. What are the differences between cookie, local storage and session storage
Q3. Write a simple function that returns a boolean indicating whether or not a string is a palindrome.
Q4. How would you check if a number is an integer?
Q5. Implement enqueue and dequeue using only two stacks
Q6. What is a promise. Why do you need a promise?
Q7. How would you use a closure to create a private counter?
Q8. How does the this keyword work? Provide some code examples
Q9. How do you add an element at the begining of an array? How do you delete one from the end?
Q10. Write a recursive function that performs a binary search
...
extra: Why do you need JavaScript? 
Source: github.com




Javascript

Related
why we import react from react Code Example why we import react from react Code Example
replace json data python Code Example replace json data python Code Example
shopify image pciker Code Example shopify image pciker Code Example
button react native style Code Example button react native style Code Example
function to get random number from min max range Code Example function to get random number from min max range Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
10