-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path19 array of object.js
More file actions
32 lines (30 loc) · 910 Bytes
/
19 array of object.js
File metadata and controls
32 lines (30 loc) · 910 Bytes
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
let data=[
{
_id: "617ba32aff29ca67a51a47a3",
company_id: 1,
job_title: "RANA ABOBAKAR",
job_description: "Backend developer",
job_applied_id: 1,
location: "wazirabad",
salary: "120000",
job_posted_date: "2021-03-03T19:00:00.000Z",
eligibility_criteria: "nodejs",
industry: "web",
region: "pakistan",
job_type: [
"developer"
],
due_date: "2021-04-03T19:00:00.000Z",
experience: "5 year",
number_of_positions: 10,
number_of_people_applied: 1,
createdAt: "2021-10-29T07:30:50.197Z",
updatedAt: "2021-11-08T05:36:31.761Z",
job_id: 2,
__v: 0
}
]
//console.log(data);
data[0].status="submitted"// status not exit in array of object but now add status element in array of object...
//let status="submitted"
console.log(data);