JAVA SCRIPT NA ENNADA SERIES VIDEO NO: 6 SOURCE CODE

 <!DOCTYPE html>

<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>kkjs</title>
</head>
<body>
    <script> 
    const age = 30;
    alert(`my age is ${age}`);
    // hi = 2
    // print(f'hi means{hi}')
     </script>
</body>
</html>

Comments

Popular posts from this blog

Python Na Ennada Video No:20 Source Code ( How to Write a txt File Using Python

Java Script Na Ennada Series Video No : 9 Code

Java Script Na Ennada No : 8 Source Code