Code snippets

You will find here 2 code snippets I find useful so I don't have to Google ™ or Stackoverflow ™ them when I need. There are also code snippets I always forget! 😁 Sometimes, related links to the code will be available. The main difference with other random snippets you will find on the web is that in most cases (for the Symfony related ones) you will be able to run them directly from this website to check the output so you can verify it works as expected ™.

This function is the sibling of the setTimeout function we saw in the previous snippet. This time it will allow us executing some...

JavaScript

Published on 2020-05-06 • Modified on 2020-05-06

 View the code


This is a classical JavaScript snippet; I wanted to have it here on my blog with a live demo. Click on the button to trigger an al...

JavaScript

Published on 2020-05-02 • Modified on 2020-05-02

 View the code