Tag: object

Object Inside Object in JS

<script> let user = {         name: "Shairy",         sizes: {           height:...
READ MORE   >>

Object in JS

Object is the most important data-type for modern JavaScript that contain any combination of data-types in the form of “key: value” pairs. These keys can be variables or functions in the term of an object that can be created with curly brackets...
READ MORE   >>

Class ,Object and Constructor in JS

A class can be defined by using a class keyword with any particular name. In JavaScript, the name of the class always starts with an uppercase letter and object is the instance of class through which we can access the member of...
READ MORE   >>

PHP Classes and Objects

Create a Course class for student that display their course code and subject enrolled from an institute. Explanation Properties: course code     =>...
READ MORE   >>

Recent Comments

    • Copyright © 2020 (Er. Shairy Kalra). All Rights Reserved