Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

js code sample

let data = {
  name:"Brendan Eich",
  inventor :"Javascrpt"
}
console.log(`The name of his is ${data.name}. He is the inventor of ${data.inventor} programming language`);
 
PREVIOUS NEXT
Tagged: #js #code #sample
ADD COMMENT
Topic
Name
2+8 =