Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ajith-11399/day-6
This repository contains Roadmap Day-6 Tasks
https://github.com/ajith-11399/day-6
classes-and-objects constructors getters-and-setters javascript
Last synced: 4 days ago
JSON representation
This repository contains Roadmap Day-6 Tasks
- Host: GitHub
- URL: https://github.com/ajith-11399/day-6
- Owner: Ajith-11399
- Created: 2024-03-27T11:36:30.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-03-28T16:22:40.000Z (8 months ago)
- Last Synced: 2024-03-29T13:41:53.374Z (8 months ago)
- Topics: classes-and-objects, constructors, getters-and-setters, javascript
- Language: JavaScript
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# This Readme file contains the details about this repository:
# Script.js file contains Four Tasks which are :-
1). Task - 1 => A class named movie, it contains Movie Title, production and IMDB Rating.
2). Task - 2 => A class named circle, it contains radius and color and performing some operations.
3). Task - 3 => A class named person, it contains a persons' bio.
4). Task - 4 => A class named user, it contains some details and performing some operations.