First Code Snippet!

Created May 19 2020

JS
1
console.log('Hello, World!');
2
3
/**
4
* This is the first code snippet shared in the "Snippet" section
5
* (name is still TBD and the layout still in progress 😅)
6
* of my blog (https://blog.maximeheckel.com).
7
*
8
* In this section, I plan on sharing short code samples that you
9
* might find interesting or helpful but that don't necessarily
10
* deserve an article just yet. This is meant to be used as a
11
* second brain on my end, but also as a quick way to share some
12
* of my coding knowledge more often and in a shorter format.
13
*
14
* Hope this will help me post more regulary some content on this
15
* site, but also will help you in your day to day work.
16
*
17
* See you soon for more code snippets and blog post
18
*
19
* Have a good one! 👋
20
* - Maxime
21
*/