请老师检查
来源:3-10 编程练习
芜湖呼
2022-02-13 20:47:43
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Document</title>
</head>
<body>
<script type="text/javascript">
//补充代码
let node = {
type: "Identifier",
name: "ES",
loc: {
start:["line", "column"],
end:{
line: 1,
column: 4
}
}
};
let {loc:{
start:[x,],
end:{line}
}} = node;
document.write(`${x} ${line}`);
</script>
</body>
</html>1回答
好帮手慕慕子
2022-02-14
同学你好,代码实现是正确的,继续加油,祝学习愉快~