Chrome console clear assignment and variables

前端 未结 9 1428
野的像风
野的像风 2020-12-02 13:56

I am learning JavaScript and have been doing a lot of testing in the Chrome console. Even if I clear the console, or use any of the commands I\'ve seen in other threads (

9条回答
  •  北海茫月
    2020-12-02 14:41

    Console.clear()
    

    Use this command in your browser console and see the magic, very handy to use and works perfectly as per best practices of using chrome console,

提交回复
热议问题