Front-end experience---a small start-up company

Two questions on the written test:

The first: find the position of the first >=num in an ordered array, without returning the length of the array + 1

The second: find out whether a linked list is a palindrome linked list

1. The most difficult part you encountered during the project, and how did you solve it.

2. Do you think your ability can match that of our company?

3. Tell me about your project.

4. Is this project a local project, or a project already on the server.

5. What data storage does the front-end part do?

6. Introduce Ajax

7. When writing a project, do you conduct certain tests on your code?

8. Do you usually write some unit tests?

9. Will some compatibility be considered when testing? What about the applicability of the web page?

10. If you find that the web page loads very slowly during the project, what are you going to do?

11. Sometimes the resources may be too large, and sometimes there may be other problems. Can you tell us some of your investigation ideas?

12. Do you think there is any room for improvement in your project?

13. Describe how Vue communicates with each other? What ways do you know?

14. Do you know anything about Promises? That's the difference between async await and Promise

15. Can you talk about the difference between deep copy and shallow copy?

16. You have learned about HTTP and HTTPS

17. Symmetric encryption and asymmetric encryption.

18. Made a simple bracket matching algorithm.

Guess you like

Origin blog.csdn.net/GBS20200720/article/details/124364524