JavaScript has evolved tremendously and there's almost no way around it. It's good to know one or two hacks that make your developer's life a bit e...
For further actions, you may consider blocking this person and/or reporting abuse
Those are features, not hacks 🤨
True. Thanks for pointing that out. I just thought, "hacks" sounds nice. ;)
In article the Styling Console Messages I used
Styling console message is makes debugging easier.
Hey Julien,
Thank you. And thank you for the other way of using console.log(). You can even colorize the console with console.log(). It's crazy what you can do nowadays. :D
Take care,
Patrick
I think
console.log({hero})
is a better way thanconsole.log('hero', hero')
. I use it all the time, thought you would like it ;)Nice post
That's great! Thank you! :)
A good summary of the js features ES5/6. Those are very useful. I liked the part to use filter, map and reduce.
Thanks.
Thank you very much. :)
This is simply great. Thanks a lot for sharing with us those features. I am a beginner and i only know to use the console for debugging and now It will be easier.
Thank you! Glad I could help. :)