Skip to content

Instantly share code, notes, and snippets.

@clonn
Last active March 2, 2017 10:16
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save clonn/09265214458d10c736f9d6231f485dc2 to your computer and use it in GitHub Desktop.
javascript and front end test

Engineer questionare

Try to explain, what is this in JavaScript.

.
.
.
.
.
.
.
.
.
.
.
.
.
.

what difference are apply, call, bind?

.
.
.
.
.
.
.
.
.
.
.
.
.
.

Please write a function can execute like

console.log(add(2,3)); // logs 5
console.log(add(2)(3)); // logs 5
.
.
.
.
.
.
.
.
.
.
.
.
.
.

Please explain css style priority works in web page

.
.
.
.
.
.
.
.
.
.
.
.
.
.

Please explain inline mode, block mode of css.

.
.
.
.
.
.
.
.
.
.
.
.
.
.

Please explain those css attributes flexbox, position, float, how do they works in webpage.

.
.
.
.
.
.
.
.
.
.
.
.
.
.

Please introduce some js framework, how is the frameworks' features (at least 2 frameworks)

.
.
.
.
.
.
.
.
.
.
.
.
.
.

What is RESTful API?

.
.
.
.
.
.
.
.
.
.
.
.
.
.

RESTFul API, how do you improve safety for your API?

.
.
.
.
.
.
.
.
.
.
.
.
.
.

Please introduce the flow of web page rendering, when a static page, how does browser render a web page.

.
.
.
.
.
.
.
.
.
.
.
.
.
.

Please introduce ORM, what is different between SQL select?

.
.
.
.
.
.
.
.
.
.
.
.
.
.

Please explain right join, left join and inner join.

.
.
.
.
.
.
.
.
.
.
.
.
.
.

what is your favorite SQL and why?

.
.
.
.
.
.
.
.
.
.
.
.
.
.

how will you implement a API server? and if it should be connect via facebook, twitter data, how will you do?

.
.
.
.
.
.
.
.
.
.
.
.
.
.

Do you code for test? How do you feel test?

.
.
.
.
.
.
.
.
.
.
.
.
.
.

A layout like that below, how will you implement it and tag naming, please explain

.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.

Person: _____________

Date: _______________

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment