-
Notifications
You must be signed in to change notification settings - Fork 0
/
resume.js
33 lines (26 loc) · 846 Bytes
/
resume.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
var personDetails = {
"name": "Robin",
"address": "LIC COLONY,TRICHY",
"country": "India",
"mobileNo": "9556254569",
"emailId": "liorobin5@gmail.com"
}
var qualificationDetails = {
"10thSchoolNameAndYearF": "AlphaWisdomSchool2013",
"12thSchoolNameAndYearF": "SRVSchool2015",
"CollegeAndYearF": "Sastra2019",
"CollegeCGPA": "7.05"
}
var technicalSkills = {
"skills": "C++,Javascript,HTML,CSS,node.js,react.js"
}
var personalprofile = {
"dob": "01/08/1997",
"gender": "male",
"languagesKnown": "english,tamil,hindi",
"declaration": "i hereby declare that above info is true to my best of knowledge",
"sign": "Robin",
"place": "trichy",
"date": "20/09/2021"
}
console.log(personDetails, qualificationDetails, technicalSkills, personalprofile)