mirror of https://github.com/01-edu/public.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
883 B
22 lines
883 B
4 years ago
|
[
|
||
|
{
|
||
|
"description": "Tests with 'fermentation'",
|
||
|
"code": "let word = 'fermentation'\nconst args = saveArguments(console, 'log')\n\n// Your code\n\nequal(args[0], ['fermentation'])"
|
||
|
},
|
||
|
{
|
||
|
"description": "Tests with 'bathrobe'",
|
||
|
"code": "let word = 'bathrobe'\nconst args = saveArguments(console, 'log')\n\n// Your code\n\nequal(args, [])"
|
||
|
},
|
||
|
{
|
||
|
"description": "Tests with 'alimentation'",
|
||
|
"code": "let word = 'alimentation'\nconst args = saveArguments(console, 'log')\n\n// Your code\n\nequal(args, [])"
|
||
|
},
|
||
|
{
|
||
|
"description": "Tests with 'alibaba'",
|
||
|
"code": "let word = 'alibaba'\nconst args = saveArguments(console, 'log')\n\n// Your code\n\nequal(args, [])"
|
||
|
},
|
||
|
{
|
||
|
"description": "Tests with 'caution'",
|
||
|
"code": "let word = 'caution'\nconst args = saveArguments(console, 'log')\n\n// Your code\n\nequal(args[0], ['caution'])"
|
||
|
}
|
||
|
]
|