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.
14 lines
428 B
14 lines
428 B
[ |
|
{ |
|
"description": "mirror value is the reverse of 'devil'", |
|
"code": "let word = 'devil'\n\n// Your code\n\nequal(mirror, 'lived')" |
|
}, |
|
{ |
|
"description": "mirror value is the reverse of 'dog'", |
|
"code": "let word = 'dog'\n\n// Your code\n\nequal(mirror, 'god')" |
|
}, |
|
{ |
|
"description": "mirror value is the reverse of 'star'", |
|
"code": "let word = 'star'\n\n// Your code\n\nequal(mirror, 'rats')" |
|
} |
|
] |