Java script not working

let myage = " 1";
var myname = "dinesh" ;
  • List item
    1
    dinesh

The quote characters around dinesh are not allowed in JavaScript. You need to use the same quote characters that are around 1 in your code.