Built in objects for JavaScript

catalogue 1, Number? 1. isFinite() 2.?isInteger() 3. isNaN() 4. parseFloat() 5. parseInt() 2, String 1. indexOf() 2. replace() 3. search() 4. concat() 5. split() 6. slice() 7. substr() 8. substring() 9. includes() 3, Array 1. join() 2. push() 3. pop() 4. shift() 5. reverse() 6. filter() 7. forEach() 8. find() 4, Object ...

Posted by PickledOnion on Mon, 21 Feb 2022 11:42:06 +0100

Function and scope of JavaScript Foundation

A trip to the Empire?? content address Summary of JavaScript Foundation (I)?? https://blog.csdn.net/Augenstern_QXL/article/details/119249534 Function and scope of JavaScript Foundation (2)?? https://blog.csdn.net/Augenstern_QXL/article/details/119250991 JavaScript based objects and built-in objects (3)?? https://blog.csdn.net/Augenstern ...

Posted by beginneratphp on Mon, 21 Feb 2022 11:37:34 +0100

String object and value types and reference types

Part I: String object 1. Creation method (1) Create directly var Variable name = "character string"; (2) Create through String object var Variable name = new String("character string"); 2.length The default attribute of string: length, which is used to record the length of string var str = new String("Xi'an University of Posts and Te ...

Posted by xenoalien on Mon, 21 Feb 2022 09:56:56 +0100

[wechat applet] parking space online sales platform

[wechat applet] parking space online sales platform (III) preface In the previous chapter, we have introduced the general content of home page development. In this chapter, we will develop the personal center. 1, Background color First, we add a new layer of orange red gradient background on the monotonous gray background Here we f ...

Posted by salami1_1 on Mon, 21 Feb 2022 09:34:29 +0100

Introduction to webpack and common loader s and plugin s for hematemesis finishing

In this era when inner volume is the king, inner volume culture has penetrated into all aspects of work and life. If you don't soar in the ocean of knowledge, you will drown in the ocean of knowledge. As a new generation of migrant workers, while IQ and diligence have been double crushed by the bosses of workers, in the face of the ever-changin ...

Posted by jassikundi on Mon, 21 Feb 2022 08:04:30 +0100

Koa study notes 1

Koa – register login interface implementation notes 1, Construction project Write a basic app. Note: use must receive a function as middleware //Import koa module const Koa=require('koa'); //Create koa instance const app=new Koa(); //Writing Middleware app.use((ctx,next)=>{ ctx.body+='hello koa' }) //Listening port app.listen(300 ...

Posted by stephenk on Mon, 21 Feb 2022 07:25:54 +0100

javaScript asynchronous programming

summary Difference between synchronous and asynchronousEvent loop and message queue, that is, how to implement asynchronous modeAsynchronous programming modePromise asynchronous scheme, macro task / micro taskGenerator asynchronous scheme, async / wait syntax Synchronous mode Execute line by lineblock Asynchronous mode Do not wait for the ...

Posted by r3dk1t on Mon, 21 Feb 2022 05:06:51 +0100

Shang Silicon Valley super brother ----- Vue notes

note Scaffold file structure ├── node_modules ├── public │ ├── favicon.ico: Tab Icon │ └── index.html: Main page ├── src │ ├── assets: Storing static resources │ │ └── logo.png │ │── component: Store components │ │ └── HelloWorld.vue │ │── App.vue: Summarize all components │ │── main.js: Entry file ├── .gitignore: git Con ...

Posted by Lee W on Mon, 21 Feb 2022 04:18:55 +0100

Tiktok is convenient, small air conditioning special effect html+css+js

If you are Xiaobai, this set of information can help you become a big bull. If you have rich development experience, this set of information can help you break through the bottleneck 2022web full set of video tutorial front-end architecture H5 vue node applet Video + data + code + interview questions. Look at the effect first (the source cod ...

Posted by mtombs on Sun, 20 Feb 2022 21:48:47 +0100

Three steps teach you to write a Neumorphism style small clock

If you are Xiaobai, this set of information can help you become a big bull. If you have rich development experience, this set of information can help you break through the bottleneck 2022web full set of video tutorial front-end architecture H5 vue node applet Video + data + code + interview questions. Contents of this article order ...

Posted by uday on Sun, 20 Feb 2022 20:37:23 +0100