Ho presentato la mia candidatura online. Ho sostenuto un colloquio presso Aventude (Colombo, ) nel mese di set 2025
Colloquio
I have applied for a React Developer position with 1 year of experience. The interviewers were friendly and asked questions related to JavaScript and React.js.The interview was conducted as an online session.
Domande di colloquio [6]
Domanda 1
let text = "Hi how are you";
convert above to following '["Hi", "how", "are", "you"]'.using javascript inbuilt method
You have following two objects what is answer for the following ObjectA == ObjectB and ObjectA === ObjectB
const ObjectA = {
key: 1,
value: 10
};
const ObjectB = {
key: 1,
value: 10
};