Back in 2016 I made a post
[https://peterdaugaardrasmussen.com/2016/01/09/javascript-let-what-is-it-compared-to-var/] on the
difference between let and var. However I forgot to include »
Peter Daugaard Rasmussen
on Javascript
22 August 2018
As a rookie at Alexa I recently got this error. It was obvious what it was
saying - it couldn't find the NPM [https: »
I just had this issue. All I needed was to run a simple javascript to test something, but it just would not run. In the end »
Here is a small script that I put together in order to create a copy to
clipboard button. It works in all modern browsers. I created »
Peter Daugaard Rasmussen
on Javascript
12 September 2017
A couple of days ago I had a problem with gridster and resizing when the window
size changes. This isn't a fully responsive solution »
Peter Daugaard Rasmussen
on Javascript
08 March 2017
> Simply put, 'use strict' forces you to write more clean code.
You might have come across this in javascript 'use strict' »
Peter Daugaard Rasmussen
on Javascript
26 January 2016
You might have started to see this keyword "let" from time to time. I stumbled
upon this keyword looking through some code on github. »
Peter Daugaard Rasmussen
on Javascript
09 January 2016