const add=()=>{ let x=1; return ()=>x+1; } add(); add(); console.log(add())
Senior Software Interview Questions
99,655 senior software interview questions shared by candidates
High level of discussion about the project weather I will be fit or not
Data structure questions Craft interview
Craft presentation - implement todo application.
Reverse a sentence but keep the individual words in the same order
how to merge two sorted linklist?
say sth about hash table.
what is the bubble sort algorithm
Logical questions on programs
Given a cache of a given size where you need to be able to store and free memory as needed, how would you go about implementing this?
Viewing 421 - 430 interview questions