Skip to content

This is a repository which contains a javascript object, its properties and methods.

Notifications You must be signed in to change notification settings

IvonneBenitesRodriguez/objects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Using Objects

📗 Table of Contents :

📖 JavaScript Objects

Objects usage is a refresh of how to build an object, its properties and methods. I also used template literals to call directly the specific property of an object. As an update in the branch named creating-classes, I created in the file named Auto.js a blueprint named Auto using the keyword named constructor followed by the properties specified for my blueprint, so I can create new versions of autos like I did in the newAutos.js file, it helps me a lot to the project because with one blueprint created i can create a new auto version only using the keyword named new.

🛠 Built With

Tech Stack

JavaScript🌷

⭐️ Key Features

  • Making use of properties, and its methods.
  • Using template literals.
  • Creating a Blueprint of the object.
  • Creating new versions of the object only using the Blueprint already created.
  • Using class, constructor, new keywords.

(back to top)

💻 Getting Started

To get a local copy up and running, follow these steps.

Setup

Clone this repository to your desired folder:

  cd my-folder
  git clone git@github.com/IvonneBenitesRodriguez/objects.git

(back to top)

👩🏽‍💻 Author

🌸Author Ivonne Benites Rodriguez

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

If you like this project, give it a start ⭐️ and a nice comment.

📝 License

This project is MIT licensed.

(back to top)

Releases

No releases published

Packages

No packages published