Computer Science, asked by laxmimonica444, 9 months ago

what is an object creation in java script​

Answers

Answered by anandraj123
2

Answer:

JavaScript has one complex data type, the Object data type, and it has five simple data types: Number, String, Boolean, Undefined, and Null. Note that these simple (primitive) data types are immutable (cannot be changed), while objects are mutable (can be changed).We normally use object literals or constructor functions to create objects. ... This allows us to abstract or localize specific set of functionalities on objects. Inheritance refers to an object being able to inherit methods and properties from a parent object (a Class in other OOP languages, or a Function in JavaScript).

Please mark as brilliant......

Answered by Anonymous
0

Answer:

Object creation in Java script is complex data type.

Explanation:

JAVA SCRIPT

JavaScript is a computer programming language. It is a scripting language and is mainly used in the creation of webpages on the client side.

Although the word Java is included in its name, it has nothing to do with the programming language called Java. Yes, the syntax of both

JAVA ANF JAVASCRIPT

Java and JavaScript is affected by the syntax of C. The main principles of JavaScript design are derived from a programming language called Self.

1) Useful in creating dynamic pages of web pages

2)Runs on the client side on the user's computer.

3) It is an printed language.

4) Object is Oriented language.

5) It has first class functions.

6) JavaScript's syntax is influenced by C's syntax.

7) JavaScript's real name is "ECMAScript".

Similar questions