console.log = function (...stuff){
    throw stuff.join()
}
console.log("Hello, world!")
View all comments