mirror of
https://github.com/Raghu-Ch/ES6-Handson.git
synced 2026-02-10 04:33:02 -05:00
18 lines
230 B
JSON
18 lines
230 B
JSON
[
|
|
{
|
|
"name": "30 years fixed",
|
|
"rate": "13",
|
|
"years": "30"
|
|
},
|
|
{
|
|
"name": "20 years fixed",
|
|
"rate": "2.8",
|
|
"years": "20"
|
|
},
|
|
{
|
|
"name": "15 years fixed",
|
|
"rate": "2.5",
|
|
"years": "15"
|
|
}
|
|
]
|