js-challenges icon indicating copy to clipboard operation
js-challenges copied to clipboard

JS定义一个 log 方法

Open Sunny-117 opened this issue 2 years ago • 1 comments

Sunny-117 avatar Nov 04 '22 09:11 Sunny-117

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

Windseek avatar Apr 05 '24 08:04 Windseek