Skip to content

Commit f32b274

Browse files
authored
Merge pull request #12 from mathcale/master
Fix typos
2 parents e4ae3ae + a2f4c81 commit f32b274

File tree

5 files changed

+10
-11
lines changed

5 files changed

+10
-11
lines changed

JavaScript_Basics/Exercise-1.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
Create object of student have his details of firstname lastname age college bio
1+
1. Create an object of student containing his/her first name, last name, age, college and bio;
22

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

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

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

8-
We want his fullname bio all details using class methods

JavaScript_Basics/Order.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
This file states the order of modules you should be learning according to get most out of it:-
1+
This file states the order of modules you should be learning according to get most out of it:
22

33
Day 1
44

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
# Javascript
2-
This repository is for beginners to start learning Javascript from Scratch
1+
# Javascript Basics
2+
3+
This repository was made for beginners to start learning Javascript from Scratch

References.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
If you want to learn more about JS's syntax and methods, check out [MDN](https://developer.mozilla.org/en-US/docs/Web/JavaScript)
2+

Refrences.txt

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)