JavaScript Task Book Level 7.5
This button is given. By clicking on the button, the browser window will smoothly scroll to the very bottom.
Given buttons and divs. Each button corresponds to its div. Make it so that the first click on the button opens its div, and the second click hides it.
Make a function that will accept a string in Russian and return its transliteration.
Write a program that will generate the following array:
[
['x', 'x', 'x', 'x', 'x'],
['x', 'x', 'x', 'x'],
['x', 'x', 'x'],
['x', 'x'],
['x'],
]