Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.