Skip to content
#

answers

Here are 236 public repositories matching this topic...

Здесь собраны самые популярные вопросы, задаваемые на русскоязычных собеседованиях разработчика React.js, и ответы на них. Тематика вопросов включает в себя как основы JavaScript и веб-технологий так и глубокое понимание работы React.js

  • Updated Dec 1, 2021
hingston
hingston commented Dec 30, 2021

Example:

Before:

-- 7 Billion Humans (2145) --
-- 46: Compulsory Office Romance --

a:
if e == worker
  tell e Hi!
  listen Hi!
else
  listen Hi!
  tell w Hi!
jump a

After:

-- 7 Billion Humans (2231) --
-- 46: Compulsory Office Romance --

a:
if e == worker:
	tell e hi
	listenfor hi
else:
	listenfor hi
	tell w hi
endif
jump a

I will try to find

bug help wanted good first issue

Improve this page

Add a description, image, and links to the answers topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the answers topic, visit your repo's landing page and select "manage topics."

Learn more