CAMPUS RECRUITMENT EXAMINATION BY AFFIXIOUS

Are you a driven mind with impeccable skills? We at Affixious bring to you our eagerly awaited campus recruitment exam duly designed to evaluate your technical skills. Take this short test and stand a chance to be part of the Affixious family.

/15

Tab Below to Begin the Exam


Kindly fill in your contact details.

Scripting language are

Which one of the following operator is used to check weather a specific property exists or not:

Before updating the user interface, React uses which algorithm to compare the new tree with the most recent tree to find out the most efficient way to update the user interface

Which of the following API is a MUST for every ReactJS component?

What does the following JavaScript code snippet do?
data.sort(function(a,b),b-a);

What will be the function of the following JavaScript code?

var scope = "global scope";
function checkscope()
{
var scope = "local scope";
function f()
{
return scope;
}
return f;
}

What is the declarative way to render a dynamic list of components based on values in an array

In JavaScript, Window.prompt() method return true or false value ?

Babel is

Choose the client-side JavaScript object:

Which one of the following is correct output for the following given JavaScript code:

var obj=
{
length:20,
height:35,
}
if('breadth' in obj === false)
{
obj.breadth = 12;
}
console.log(obj.breadth);

What is used in ReactJs to increase performance del

When interpreter encounters an empty statements, what it will do:

Which one of the following is the correct output for the given JavaScript code?

const object1 ={};
a = Symbol('a');
b =Symbol.for('b');
object1[a]='harry';
object1[b]='derry';
constobjectSymbols=Object.getOwnPropertySymbols(object1);
console.log(constobjectSymbols.length);

Every object contains three object attributes that are _______.

Your score is

0%

Fx7otSkFBr