Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<script src="http://static.jsbin.com/js/vendor/traceur.js"></script>
  <meta charset="utf-8">
  <title>Traceur ES6 Template Feature</title>
</head>
<body>
<script>
  var aStudent = {
        name:"Sandeep Kumar Patel",
        subject:"Computer",
        country:"India"
  };
var studentDetail = `Name: ${aStudent.name} 
    Subject: ${aStudent.subject}
    Country: ${aStudent.country}`;
  
  console.log(studentDetail);
 </script>
</body>
</html>
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
saan1984pro
0viewers