Dropwise via front end face

Up to two questions
1, to extract the parameters of the object into a url of
2, a deep copy write function
to write an array copy
interviewer said, do not just copy the array, object copy it - recursive

css Related

Talk about position - absolute, relative, fixed.
Depending on what absolute positioning - the parent node
if the parent node is not fixed, is positioned on what - according to the positioning body.
A span the length and breadth can not be changed. - line width and height of the element can not be changed
if the span has been set up position, can change the length and breadth - can change

js-related

Talk about the cycle way --map, foreach ()
the difference between them, foreach () returns what
foreach () can interrupt you - can it, break
a cycle of how the double break two - to set a variable flag
to talk about the function and arrow function difference - the difference?
Arrow new function can do, you can put the argument? - forget
know this bind it, what kinds of --call, the Apply, the bind
Call, the Apply, the difference between the bind
asked very fine

Guess you like

Origin blog.csdn.net/weixin_39285712/article/details/90518660