Sobes.tech

What will be the result of comparing an empty array with an empty string with loose comparison ([] == '')?

141

How can you catch an error in a Promise? What type will the error be in catch?

139

How soon can we expect you if we agree on everything?

136

On what are your micro frontends based — Module Federation from Webpack?

135

interface FormState { values: FormValues; errors: FormErrors; isLoading: boolean; } const [formState, setFormState] = useState<FormState>({ values: { email: '', password: '', }, errors: {}, isLoading: false, });

133

What is the difference between controlled and uncontrolled components in React?

133

Задание: реализовать форму логина на React. Требования: - два поля: email + password - controlled inputs - сабмит формы с preventDefault - базовая валидация (поле не пустое) - по отправке выполнить async запрос (можно имитировать через setTimeout) - показать состояние loading (кнопка disabled) - показать ошибку при неуспешном логине Дополнительно (необязательно): - валидация email

132

What is the difference between the double equals operator (==) and the triple equals operator (===)?

125

Was using Webpack a conscious decision or was it already in place?

117

How did you gather arguments for the dialogue with the tech director about the need for updates?

116

If a 6-7 year old child approached you and asked what you do — what would you answer?

112

What would be a compelling argument for you in choosing a particular company or project?

106
/2