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