Thanks to visit codestin.com
Credit goes to www.w3schools.com

Menu
×
   ❮     
HTML CSS JAVASCRIPT SQL PYTHON JAVA PHP HOW TO W3.CSS C C++ C# BOOTSTRAP REACT MYSQL JQUERY EXCEL XML DJANGO NUMPY PANDAS NODEJS DSA TYPESCRIPT ANGULAR ANGULARJS GIT POSTGRESQL MONGODB ASP AI R GO KOTLIN SASS VUE GEN AI SCIPY CYBERSECURITY DATA SCIENCE INTRO TO PROGRAMMING BASH RUST

Basic JavaScript

JS Tutorial JS Syntax JS Variables JS Operators JS If Conditions JS Loops JS Strings JS Numbers JS Functions JS Objects JS Dates JS Arrays JS Sets JS Maps JS Math JS RegExp JS Data Types JS Errors JS Debugging JS Events JS Programming JS References JS UTF-8 Characters JS Versions

JS Advanced

JS Functions JS Objects JS Classes JS Iterations JS Promises JS Modules JS HTML DOM JS Windows JS Web API JS AJAX JS JSON JS jQuery JS Graphics JS Examples JS Reference


JavaScript Object Reference


Object Methods and Properties

Revised July 2025

Name Description
assign() Copies properties from a source object to a target object
constructor Returns the function that created an object's prototype
create() Returns an object created from an existing object
defineProperties() Adds or changes properties
defineProperty() Adds or changes a property
delete Deletes a property from an object:
entries() Returns an array of the key/value pairs of an object
freeze() Prevents any changes to an object
fromEntries() Returns an object created from an iterable list of key/value pairs
getOwnPropertyDescriptor() Returns an array of the keys of an object
getOwnPropertyDescriptors() Returns an array of the keys of an object
getOwnPropertyNames() Returns an array of the keys of an object
groupBy() Groups object elements according to returned callback values
isExtensible() Returns true if an object is extensible
isFrozen() Returns true if an object is frozen
isSealed() Returns true if an object is sealed
keys() Returns an array of the keys of an object
preventExtensions() Prevents adding new properties to an object
prototype Let you to add properties and methods to JavaScript objects
seal() Prevents adding new or deleting existing object properties
toString() Converts an object to a string and returns the result
valueOf() Returns the primitive value of an object
values() Returns an array of the property values of an object
×

Contact Sales

If you want to use W3Schools services as an educational institution, team or enterprise, send us an e-mail:
[email protected]

Report Error

If you want to report an error, or if you want to make a suggestion, send us an e-mail:
[email protected]

W3Schools is optimized for learning and training. Examples might be simplified to improve reading and learning. Tutorials, references, and examples are constantly reviewed to avoid errors, but we cannot warrant full correctness of all content. While using W3Schools, you agree to have read and accepted our terms of use, cookie and privacy policy.

Copyright 1999-2025 by Refsnes Data. All Rights Reserved. W3Schools is Powered by W3.CSS.