ILYA's Vinahradau
PlayAbout me
I want to learn front-end to implement and publish various recipes, especially my
specialty, the recipe of which I will share with you in the “code” section.
And in general - I bring joy.
Education
Gluboka State College
By profession a cook or just a cook
Skills
I'm great at making pilaf
English level: B1
Code
function recipeTranslater() {
const pilafRecipeRu = "
Берём сначала укропу,
Потом кошачью тропу,
25 картошек,
17 мандовошек,
Ведро воды и хмель туды,
Охапку дров — и плов готов!
"
const pilafRecipeEng = "
Take first the dill,
Then the cat trail,
25 potatoes,
17 mandovos,
A bucket of water and hops in there,
An armful of firewood - and the pilaf is ready!
"
return pilatfRecipeEng
}
recipeTranslater();