Greetings gang, I did an assesment on a certain platform and i came across this simple question.
What would be its output?
let num1 = 4;
let num2 = 2;
num2 *= num1 + num2 / num2 * num1;
console.log(num2);
For further actions, you may consider blocking this person and/or reporting abuse
Generate dynamic JSON-driven forms directly in your JavaScript app (Angular, React, Vue.js, jQuery) with a fully customizable drag-and-drop form builder. Easily integrate with any backend system and retain full ownership over your data, with no user or form submission limits.
Wanda -
Arthur Vidmar -
Pragati Verma -
Nikhilesh Mauje -
Top comments (1)
16?