0
Let x=[1,2,3]; x[3]=x[0]+x[2]; console.log(x[3]/x[1]);
What is the answer,please help me out.
2 Answers
+ 8
Ifesico Chukwu ,
have you done a try with your code?
+ 3
And please put Javascript or Node.js in post tags for context clarity. Because 'help me out' didn't clarify any context, unfortunately ...
https://code.sololearn.com/W3uiji9X28C1/?ref=app