22 lines
222 B
JavaScript
22 lines
222 B
JavaScript
{
|
|
"first": [
|
|
[
|
|
"bush",
|
|
4
|
|
],
|
|
[
|
|
"washington",
|
|
"Error: not found"
|
|
]
|
|
],
|
|
"last": [
|
|
[
|
|
"bush",
|
|
7
|
|
],
|
|
[
|
|
"washington",
|
|
"Error: not found"
|
|
]
|
|
]
|
|
}
|