The coding challenge was to build a program in Javascript that determines the best poker hand a player has given 5 cards
Junior Front End Engineer Interview Questions
12,964 junior front end engineer interview questions shared by candidates
They asked about Final Year Project and other basic stuff about React
Asked me about my capabilities and what the job would require.
Are you willing to move to sweden
var X = function(someValue){ this.hello = function(){ return someValue; }; }; X.prototype.test = function(){ return this.someValue; }; var x = new X("hi"); ------ what will the following code return? alert(x.hello()); alert(x.test());
Event Propagation - specifically event bubbling. Give example.
Flex-box. CSS. JS.
Advantages of preprocessor? sass, stylus, less.
Difference between bubbling and capturing?
What skills can you provide for the store? And why would we need your skills in particular?
Viewing 651 - 660 interview questions