


There are several modes in js to create objects and operate the properties and methods contained in the objects.
Generally speaking, the first letter of the constructor name is an uppercase letter, and the first letter of the non-constructor function name is a lowercase letter. Of course, the only difference between a constructor and a general function is the way of calling it, so As long as any function is called through new, it can be used as a constructor. If it is not called through new, it is the same as a normal function.
Talk about my understanding of these modes:
Factory mode: Create a general function, create an Object object in the function, add properties and methods to the object, assign its value, and finally return the object. Unrecognized object type.
Constructor pattern: Create a constructor, use this to assign values, each time an instance is created, the method is created once, and each method executes the same command , which is redundant. This shortcoming can be solved by placing the method in the global environment, but then there is no encapsulation. But it can be solved through prototype mode.
Prototype pattern: Every function has a prototype attribute, which is a pointer to an object that contains properties shared by all instances created by its function. method.
The relationship between prototype objects, constructors and instances is as follows:
Illustration: 1: Constructors and instances created by constructors, their prototype attributes point to the prototype object of the constructor.
2: The prototype object of the constructor has a constructor attribute, which points to the constructor.
3: All properties and methods contained in the prototype object of the constructor can be shared by all instances created by the constructor.
After rewriting the prototype object using object literals, the constructor points to the object constructor. If you need it to point to another constructor, you need to modify the value of the constructor attribute of the prototype object, such as: constructor: Person, so that the prototype of Person Even if the object is overridden, the constructor of the prototype object still points to the Person constructor.
When creating an instance first: If attributes or methods are added directly, the instance can be accessed.
If the prototype object is overridden, the prototype of the constructor points to the new prototype object, and the prototype of the previously created instance still points to the original prototype object, so the instance cannot access the new properties or new methods of the new prototype object. .
The prototype object contains shared properties and methods, so each instance has this information, so there is no difference between the instances, and parameters cannot be passed, which is not what we want. There is common information and different information between each instance, so we can use the constructor pattern and the prototype pattern in combination.
Combined use of constructor pattern and prototype pattern:
Static prototype mode: Combine an independent constructor with its prototype object, initialize the prototype in the constructor, and add methods to it.
Parasite constructor pattern: Similar to the factory pattern, the difference is: the parasitic constructor pattern is a constructor and creates instances through new.
Sure constructor pattern: There are no public properties, and its methods do not reference this object. Do not use new when creating an instance. Properties (i.e. the data passed in) can only be accessed through methods.
The above introduction to several modes of creating objects in JavaScript is all the content shared by the editor. I hope it can give you a reference, and I hope you will support Script Home more.

去掉重复并排序的方法:1、使用“Array.from(new Set(arr))”或者“[…new Set(arr)]”语句,去掉数组中的重复元素,返回去重后的新数组;2、利用sort()对去重数组进行排序,语法“去重数组.sort()”。

本篇文章给大家带来了关于JavaScript的相关知识,其中主要介绍了关于Symbol类型、隐藏属性及全局注册表的相关问题,包括了Symbol类型的描述、Symbol不会隐式转字符串等问题,下面一起来看一下,希望对大家有帮助。

怎么制作文字轮播与图片轮播?大家第一想到的是不是利用js,其实利用纯CSS也能实现文字轮播与图片轮播,下面来看看实现方法,希望对大家有所帮助!

本篇文章给大家带来了关于JavaScript的相关知识,其中主要介绍了关于对象的构造函数和new操作符,构造函数是所有对象的成员方法中,最早被调用的那个,下面一起来看一下吧,希望对大家有帮助。

本篇文章给大家带来了关于JavaScript的相关知识,其中主要介绍了关于面向对象的相关问题,包括了属性描述符、数据描述符、存取描述符等等内容,下面一起来看一下,希望对大家有帮助。

方法:1、利用“点击元素对象.unbind("click");”方法,该方法可以移除被选元素的事件处理程序;2、利用“点击元素对象.off("click");”方法,该方法可以移除通过on()方法添加的事件处理程序。

本篇文章给大家带来了关于JavaScript的相关知识,其中主要介绍了关于BOM操作的相关问题,包括了window对象的常见事件、JavaScript执行机制等等相关内容,下面一起来看一下,希望对大家有帮助。

foreach不是es6的方法。foreach是es3中一个遍历数组的方法,可以调用数组的每个元素,并将元素传给回调函数进行处理,语法“array.forEach(function(当前元素,索引,数组){...})”;该方法不处理空数组。


Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

MantisBT
Mantis is an easy-to-deploy web-based defect tracking tool designed to aid in product defect tracking. It requires PHP, MySQL and a web server. Check out our demo and hosting services.

DVWA
Damn Vulnerable Web App (DVWA) is a PHP/MySQL web application that is very vulnerable. Its main goals are to be an aid for security professionals to test their skills and tools in a legal environment, to help web developers better understand the process of securing web applications, and to help teachers/students teach/learn in a classroom environment Web application security. The goal of DVWA is to practice some of the most common web vulnerabilities through a simple and straightforward interface, with varying degrees of difficulty. Please note that this software

EditPlus Chinese cracked version
Small size, syntax highlighting, does not support code prompt function

SublimeText3 Linux new version
SublimeText3 Linux latest version
