Current location - Education and Training Encyclopedia - Resume - Self-taught web front-end for two months, and today I submitted 100 resumes. No?
Self-taught web front-end for two months, and today I submitted 100 resumes. No?
According to the company's business, the focus is different. If the company can pick out your resume, explain what the employer is interested in.

Maybe what you wrote is? Skilled in using Vue, the company is also this technology stack.

Maybe your knowledge is comprehensive, and the company wants to know how you actually mastered it.

Maybe your project is written to meet the needs of the company, such as background management.

Frame problem: (Take Vue as an example, the substantive problems of the three frames are similar, but there are some differences)

What components are encapsulated? Have you ever written a UI component yourself?

What is MVVM, what is the difference from MVC, and what is the principle?

How do parent-child components communicate?

How do sibling components communicate?

What are life cycles and how to use them?

What have Vue's buckets used? How to use it specifically?

HTML5 + CSS3

Box mode

How to center a picture with unknown width and height vertically? There are several ways.

Rem layout of mobile terminal.

What optimization can the front end do, or ask you SEO, basically ask.

Ask the way and principle of clearing float basically. How many ways are there? Principle? Why use virtual elements? How to write the specific code and why?

Clearing the floating exchange rate will involve BFC.

Give you an example of an actual page, so that you can dictate the layout or handwritten details. You can use several methods, and how to write it has good compatibility and expansibility.

Which CSS version of API is it?

What APIs have CSS3 added?

May ask you which APIs are CSS versions? How about compatibility?

What is CSS hack? What does it contain? How to deal with compatibility issues?

What APIs have HTML5 added? Which ones are commonly used? what do you use it for? How to use it actually?

Cookie, session, localstrorage and sessionstorage are different. How to operate with code?

Java Script language

The problem of variable declaration promotion.

The principle of closure and all kinds of questions about closure are basically asked.

DOM2 event flow, bubbling and capture problems?

This points to the problem, usually in a test question. I ask you, I ask you a lot.

What's the difference between call and apply? Some people even ask bind?

Inheritance problem and prototype chain problem in object-oriented programming are very common in pen problems.

JQuery API, various DOM usages, and some new APIs will be asked in detail by companies that do not use the three frameworks.

There may be some test algorithm structures, which you can understand, but the general front-end knows very little.

Ajax is basically asking, and the details may be different, such as what is the difference between get and post?

Array method-ES6 can basically be used skillfully, which should add a lot of points.

The method of string splicing and interception has certain regularity.

There are many questions about arrays (there are many solutions, and ES6 has many short words).

Many people will ask about the promise of ES6. If the company uses frames or you write frames, they will also ask you to take classes.

Var, let and const are different and ask more questions.

Some people will ask, stack and queue structure.

Cross-domain problems: homologous strategies, solutions, and solution principles (such as jsonp principles) are all high-incidence areas here.