Data Types: undefined, null, boolean, string, symbol, number, and object

/* Data Types:

undefined, null, boolean, string, symbol, number, and object

*/


 <!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>Document</title>
</head>
<body>
    <script>
        console.log('hello world!')
        var myName = "Beau"
        myName = 8
        let ourName = "freeCodeCamp"
        const pi = 3.14
    </script>
</body>
</html>


评论

此博客中的热门博文

通过Graphql成功地查询Contentful,以便在我的gatsby项目中访问和显示图像

Nginx【Docker系列】一个反向代理神器——Nginx Proxy Manager

Oracle忘了保存,Oracle Cloud甲骨文云服务器忘记SSH秘钥或未设置Public key的解决办法...