Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions JavaScript_Basics/Exercise-1.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Create object of student have his details of firstname lastname age college bio
1. Create an object of student containing his/her first name, last name, age, college and bio;

We want his fullname bio all details using normal functions
2. Encapsulate (with getters and setters) the user details using normal functions;

3. Implement a class called "Student", which should contain his/her first and last name, age, college and bio;

Create class of student take his details of firstname lastname age college bio
4. Encapsulate (with getters and setters) the user details using class members;

We want his fullname bio all details using class methods
2 changes: 1 addition & 1 deletion JavaScript_Basics/Order.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
This file states the order of modules you should be learning according to get most out of it:-
This file states the order of modules you should be learning according to get most out of it:

Day 1

Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
# Javascript
This repository is for beginners to start learning Javascript from Scratch
# Javascript Basics

This repository was made for beginners to start learning Javascript from Scratch
2 changes: 2 additions & 0 deletions References.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
If you want to learn more about JS's syntax and methods, check out [MDN](https://developer.mozilla.org/en-US/docs/Web/JavaScript)

4 changes: 0 additions & 4 deletions Refrences.txt

This file was deleted.