GUVI
Back

webkata

Created 2 years ago
23 Views
5 Comments
RehanWLtE9v
@RehanWLtE9v
RehanWLtE9v
@RehanWLtE9vProfile is locked. Login

//webkata question 27 in js

// why this code failed validation

var a,b,c;

a=10,b=20;

c=a+b;

let p=document.createElement("p");

p.innerText='C='+c;

document.body.appendChild(p);

Comments (5)
Please login to comment.
 
Powered by habitate.io Habitate