📜  在 chrome 中调试 javascript - Javascript 代码示例

📅  最后修改于: 2022-03-11 15:04:19.386000             🧑  作者: Mango

代码示例2
// use console.log()

console.log("whatever you want to debug")
//you can also wright both variable and strings
console.log("whatever you want to debug", debug);