Front-end students have great benefits, the most comprehensive interview questions, and the most comprehensive front-end

Source: Internet
Author: User

Front-end students have great benefits, the most comprehensive interview questions, and the most comprehensive front-end

I have sorted out some interview questions about the front-end industry, and I NEED AV .......

HTML & CSS

(Q2) the better is the 3rd method, which is used by many websites.

(Q1) box-sizing: content-box | border-box | inherit;
(Q2) content-box: content boxes that apply the width and height to the elements respectively. Draw the padding and border of the element beyond the width and height (default effect of the element ). Border-box: Any padding and border specified by the element will be drawn within the configured width and height. The width and height of the content can be obtained by subtracting the border and the padding from the configured width and height.

JavaScript

Undefined, Null, Boolean, Number, String

Data encapsulation objects: Object, Array, Boolean, Number, and String
Other Objects: Function, Arguments, Math, Date, RegExp, and Error

Avoid using eval, Which is unsafe and extremely performance-consuming (2 times, resolved to js statements at a time, and executed at a time ).
You can use eval, var obj = eval ('+ str +') to convert a JSON string to a JSON object ')').

Null:
(1) As a function parameter, it indicates that the function parameter is not an object.
(2) serves as the end point of the object prototype chain.

Others

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.