ReactJS experience test
Applicant information
Fullname *
Email *
ReactJS experience
Do you think the package-lock.json file is important in our project?
Have you done any project that allow users to chat or call with each other?
What is the output of this script
for(var i=0; i<=3; i++) {
setTimeout(function() {console.log(i)
}, 0)
}