JavaScript Taskbook Level 10.1
Make a function that takes a singular English noun as a parameter and returns it in the plural.
Make it so that when you click anywhere in the browser window, the ordinal number of this click appears at the place of the click.
The text with punctuation marks is given:
'aaa bbb, ccc. Xxx - eee bbb, kkk!'
Get an array of words from such text.
Given an input, as you type a number into it, it should separate triplets of numbers with spaces.
Given two numbers, display the process of multiplying these numbers in a column, as in school.
Make a block that will slide out from the top of the screen when you press a button.