-
JavascriptFrontend 2020. 11. 26. 17:35
console.log()
console is an object and log is a function in that object
Through DOM, every HTML element becomes an object
console.log()
console is an object and log is a function in that object
Through DOM, every HTML element becomes an object