-
Notifications
You must be signed in to change notification settings - Fork 10
/
main.js
73 lines (63 loc) · 1.34 KB
/
main.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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
console.log("heyyy");
const teresa = {
role: "teacher",
profession: "programmer",
interests: "psychology and neuroscience",
hobbies: ["sports", "football", "reading", "travelling"],
sisters: 2,
brothers: false
}
const carmen = {
role: "teacher",
profession: "programmer",
interests: "data visualization and creative coding",
hobbies: ["art", "trekking", "travelling", "cinema"],
sisters: 1,
brothers: 2
}
const ali = {
role: "student",
profession: "programmer",
interests: "bussiness",
hobbies: "football"
}
let user = {
name: "arman"
};
const hujjat = {
role: "student",
profession: "dentistry",
interests: "programming and web development",
hobbies: ["sports", "hiking"],
sisters: 3,
brothers: 2
}
let mani = {Name:'Mani', lastName:'Shidfar', age:30};
let mikhail = {
name: "Mikhail",
country: "Russia",
age: 21,
role: "student"
}
const andres = {
role: "<accounting >",
profession: "accounting",
interests: "web developer",
hobbies: ["soprts", "travel", "eat"],
sisters: "1",
brothers: "1"
}
const Carl = {
role: "Student",
profession: "IT",
interests: "FULL STACK DEV",
hobbies: ["FOREX TRADING", "Basket", "Real estate", "travelling"],
sisters: 1,
brothers: 3
}
const jasmin = {
role: "student",
profession: "psychology",
interests: "wellness, art, history",
brother: 1,
}