Javascript - What is "use strict"? What does it do? and why it is a good idea to use it
> Simply put, 'use strict' forces you to write more clean code. You might have come across this in javascript 'use strict' »
> Simply put, 'use strict' forces you to write more clean code. You might have come across this in javascript 'use strict' »
UPDATE: The website has been moved to my blog. A few months ago I created a small website for transforming json to xml named Json2Xml.com. »
Every developer or project manager has been in this situation. You are just about to finish a feature and you have put quite some time and »
Here is a list of programming books that I think every developer should read. These books are still great here in 2016. Since I have not »
> Running "uglify:applib" (uglify) task [TypeError: Cannot assign to read only property 'warnings' of true] I ran into this error while »
You might know Jetbrains for their many editors. Php storm, pycharm, rubymine, Intellij Idea, or Clion. But something that all .Net developers know Jetbrains for, is »
RIP Internet explorer Today Microsoft announced that they will warn Windows users to upgrade their browser. This warning will be shown for windows 7 service pack »
You might have started to see this keyword "let" from time to time. I stumbled upon this keyword looking through some code on github. »
There are still people out there with outdated browsers. The biggest sinner is internet explorer. From most of the browser statistics I have seen, IE8/IE9 »
During the writing of my first blog post [https://peterdaugaardrasmussen.com/2015/12/30/adding-a-favicon-to-a-ghost-blog-browser-tab-icon/] I hit a bump on the road. I was trying to »