Signup/Sign In

Answers

All questions must be answered. Here are the Answers given by this user in the Forum.

Try this it will work......

// write code here
let p = 12;
q = p++;
console.log(p);
10 months ago