Skip to content

Commit

Permalink
Update script.js
Browse files Browse the repository at this point in the history
  • Loading branch information
nasimhelal-cell authored Feb 10, 2024
1 parent ab7a6af commit faf6b04
Showing 1 changed file with 3 additions and 44 deletions.
47 changes: 3 additions & 44 deletions script.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

const accounts = [
{
owner: "Sujit Kumar",
owner: "nh",
movements: [2500, 500, -750, 1200, 3200, -1500, 500, 1200, -1750, 1800],
interestRate: 1.5, // %
password: 1234,
Expand All @@ -26,7 +26,7 @@ const accounts = [
locale: "en-US",
},
{
owner: "Mehedi Hasan",
owner: "mh",
movements: [5000, 3400, -150, -790, -3210, -1000, 8500, -300, 1500, -1850],
interestRate: 1.3, // %
password: 5678,
Expand All @@ -44,50 +44,9 @@ const accounts = [
],
currency: "USD",
locale: "en-US",
},

{
owner: "Aroj Khan",
movements: [5000, 3400, -150, -790, -3210, -1000, 8500, -300, 1500, -1850],
interestRate: 1.3, // %
password: 5678,
movementsDates: [
"2021-12-11T21:31:17.671Z",
"2021-12-27T07:42:02.184Z",
"2022-01-05T09:15:04.805Z",
"2022-02-14T10:17:24.687Z",
"2022-03-12T14:11:59.203Z",
"2022-05-16T17:01:17.392Z",
"2022-08-10T23:36:17.522Z",
"2022-09-03T12:51:31.491Z",
"2022-09-18T06:41:26.394Z",
"2022-09-21T08:11:36.276Z",
],
currency: "USD",
locale: "en-US",
}, {
owner: "Ibrahim Abdullah",
movements: [5000, 3400, -150, -790, -3210, -1000, 8500, -300, 1500, -1850],
interestRate: 1.3, // %
password: 5678,
movementsDates: [
"2021-12-11T21:31:17.671Z",
"2021-12-27T07:42:02.184Z",
"2022-01-05T09:15:04.805Z",
"2022-02-14T10:17:24.687Z",
"2022-03-12T14:11:59.203Z",
"2022-05-16T17:01:17.392Z",
"2022-08-10T23:36:17.522Z",
"2022-09-03T12:51:31.491Z",
"2022-09-18T06:41:26.394Z",
"2022-09-21T08:11:36.276Z",
],
currency: "USD",
locale: "en-US",
},
},

];

/////////////////////////////////////////////////////////////
// Elements
/////////////////////////////////////////////////////////////
Expand Down

0 comments on commit faf6b04

Please sign in to comment.