Sunny-117 / js-challenges

✨✨✨ Challenge your JavaScript programming limits step by step

Home Page:https://juejin.cn/column/7244788137410560055

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JS定义一个 log 方法

Sunny-117 opened this issue · comments

JS定义一个 log 方法

function log() {
console.log.apply(console, arguments)
}