class Programmer implements ANiceHumble, Person {
Code as we know it. Open source stuff goes here
Microsoft stuff Blog
Home
Twitter
Microsoft stuff
Friday, July 1, 2022
Preventing accidental alert and console.log on production
Use this regular expression to find stray console.log and alert:
^[^\/]\s+console\.log ^[^\/]\s+alert
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)