我了解的js数据类型

117 阅读1分钟

js 数据类型有: Number  String Boolean Undefined Null  Symbol Bigint

再见

function  a(){
    var a = 10
}