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

Diff for: JavaScript_Basics/Exercise-1.txt

+4-4
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

Diff for: JavaScript_Basics/Order.txt

+1-1
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

Diff for: README.md

+3-2
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

Diff for: References.md

+2
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+

Diff for: Refrences.txt

-4
This file was deleted.

0 commit comments

Comments
 (0)