Open in app

Sign In

Write

Sign In

Xiuer Old
Xiuer Old

362 Followers

Home

About

Published in

Dare To Be Better

·Pinned

What? I Make A Multiverse-Form?

Have you heard of the multiverse theory, have you ever thought that one day you will use this theory to write JavaScript .First of all, let’s think about what a form is? What is a form? To translate this into the popular gossip text, we need to first identify the aggregated root of the…

JavaScript

3 min read

What? I Make A Multiverse-Form?
What? I Make A Multiverse-Form?
JavaScript

3 min read


Published in

JavaScript in Plain English

·1 day ago

10 Awesome JavaScript Shorthand Tips

What I want to share today are 10 awesome JavaScript shorthand methods that can speed up development and make your development work more efficient. let’s start! 1. Merge arrays Ordinary writing: We usually use the method Arrayin concat()to merge two arrays. Use concat()the method to merge two or more arrays, without changing the…

JavaScript

6 min read

10 Awesome JavaScript Shorthand Tips
10 Awesome JavaScript Shorthand Tips
JavaScript

6 min read


Published in

JavaScript in Plain English

·1 day ago

Explain package.json in Simple Terms, Most People Don’t Understand It Visually

Npm is a package management tool widely used by front-end developers. The project uses package.json to manage the configuration of the npm packages that the project depends on. package.json is a json file. In addition to being able to describe the package dependencies of the project, it allows us to…

JavaScript

9 min read

Explain package.json in Simple Terms, Most People Don’t Understand It Visually
Explain package.json in Simple Terms, Most People Don’t Understand It Visually
JavaScript

9 min read


Published in

JavaScript in Plain English

·4 days ago

If you don’t know these 10 Web APIs, Still have the nerve to say that you are a front-end developer?

Some APIs in JavaScript may have a relatively low usage rate. Below we introduce their usage and usage scenarios one by one. As for the title, I mainly want you to come in and take a look, brothers, don’t hit me! Blob API The Blob API is used to process binary data…

JavaScript

5 min read

If you don’t know these 10 Web APIs, Still have the nerve to say that you are a front-end developer?
If you don’t know these 10 Web APIs, Still have the nerve to say that you are a front-end developer?
JavaScript

5 min read


Published in

JavaScript in Plain English

·5 days ago

10 Super Useful Javascript Tricks

Overview: In the actual development work process, I have accumulated some common and super useful Javascript skills and code snippets, including the compiled JS usage skills of other masters. Today I screened 10 for your reference. Dynamically load JS files In some special scenarios, especially in the development of some libraries and frameworks, we sometimes dynamically load and execute JS files. The following is a simple encapsulation using Promise.

JavaScript

8 min read

10 Super Useful Javascript Tricks
10 Super Useful Javascript Tricks
JavaScript

8 min read


Published in

JavaScript in Plain English

·5 days ago

10 Super Practical Reduce Usage Skills

The reduce function can perform operations such as accumulation, filtering, grouping, mapping, etc. as needed, and is a very powerful array method. It is used very frequently in data processing. Many complex logics are very simple if they are processed by reduce. …

JavaScript

5 min read

10 Super Practical Reduce Usage Skills
10 Super Practical Reduce Usage Skills
JavaScript

5 min read


Published in

JavaScript in Plain English

·May 22

12 Killer Web Tools, Let You Do More With Less, Increase Productivity Easily!

In today’s digital age, web applications have become an integral part of our daily work and life. As more and more people start working and studying on the Internet, the demand for web applications is also increasing. …

Web Development

5 min read

12 Killer Web Tools, Let You Do More With Less, Increase Productivity Easily!
12 Killer Web Tools, Let You Do More With Less, Increase Productivity Easily!
Web Development

5 min read


Published in

JavaScript in Plain English

·May 19

The 9 Most Effective Core Web Vitals Opportunities of 2023

Today, I will explain this year’s news for you Google I/O. I will focus on explaining the information that front-end developers should pay attention to, which should include the following directions: — 1. The latest developments of the Web platform (published) 2. Suggestions on Improving Web Core Performance Index Optimization (Current Part) 3. Get ready for the end of third-party cookies 4. The latest developments in Web UI development

Google

13 min read

The 9 Most Effective Core Web Vitals Opportunities of 2023
The 9 Most Effective Core Web Vitals Opportunities of 2023
Google

13 min read


Published in

JavaScript in Plain English

·May 17

There May Be a Big Change in How Cookies Are Accessed!

In the last Chrome 113、114two releases, there have been two changes regarding cookies: Chrome 113:Cookie first party set ( First-Party Sets) into the stable version; Chrome 114: Cookie separate partition ( CHIPS) is enabled by default for all browsers; Both of these are changes in the way cookies are accessed…

Chrome

12 min read

There May Be a Big Change in How Cookies Are Accessed!
There May Be a Big Change in How Cookies Are Accessed!
Chrome

12 min read


Published in

JavaScript in Plain English

·May 9

18 Powerful JavaScript Skills for Senior Engineers

Browser Achieve full screen When you need to display the current screen as full screen function fullScreen() { const el = document.documentElement const rfs = el.requestFullScreen || el.webkitRequestFullScreen || el.mozRequestFullScreen || el.msRequestFullscreen if(typeof rfs != "undefined" && rfs) { rfs.call(el) } } fullScreen() Exit Full Screen when you need to exit full screen

JavaScript

5 min read

18 Powerful JavaScript Skills for Senior Engineers
18 Powerful JavaScript Skills for Senior Engineers
JavaScript

5 min read

Xiuer Old

Xiuer Old

362 Followers

🔥Little brother teaches front-end online🌈

Following
  • Jane Grismer

    Jane Grismer

  • Tony U. Francisco

    Tony U. Francisco

  • Prashant Patel

    Prashant Patel

  • Valerie

    Valerie

  • North Florida Boy

    North Florida Boy

See all (170)

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech