Console.log not working at all

后端 未结 13 747
故里飘歌
故里飘歌 2020-12-29 02:13

A bunch of code isn\'t working and I\'m trying to identify where the problem lies but console.log() isn\'t logging any results in Chrome Dev tools, am I doing i

13条回答
  •  太阳男子
    2020-12-29 02:37

    In my case, all console messages were not showing because I had left a string in the "filter" textbox.

    Remove the filter it by clicking the X as shown:

提交回复
热议问题