frontend
December 23, 2020

Initial post

Hello world. Testing new platform.

Code snippet example:

const foo = bar => `Hello ${bar}!`; // testing code snippet
foo('World'); // Hello World