Live coding: design an algorithm that will take a nested javascript object and condense it into a single level, with the nested keys separated by periods.
Javascript Engineer Interview Questions
1,561 javascript engineer interview questions shared by candidates
Write a one line code to reverse a string in javascript
FizzBuzz %3,%5 %15 Find a duplicate number(1, N+!) in an array of N elements.
What is a DOCTYPE?
how could you find the problem in a large distributed system
Write pseudo code for a function that accepts a Board class that contains three public methods and will return whether the Board passed in is “solvable”. The three Board methods include “canMove” that accepts a direction parameter, move() that accepts a direction parameter, and “isSolvable” that returns a boolean of whether or not the board passed in is “solvable”.
Create a “debounce” function like the one provided by the underscore JavaScript framework that will take a function as the first parameter and return a function that will only be called once within the milliseconds of time (that is passed in as the second parameter).
The code challenge was a tricky one: write a function that takes two strings and removes all instances of stringA from stringB. In-person interview pairing: write a function that takes a roman numeral and returns it as an integer. Test driven with Mocha.
Are you familiar with Node.js?
basic javascript concept and debug
Viewing 91 - 100 interview questions