Brutalist Snippets

Code Snippets for the Modern Web

Code Snippet 1

        
          function helloWorld() {
            return "Hello, World!";
          }
          console.log(helloWorld());
        
      

Use this snippet in your next project, or just stare at it for 10 minutes.

Related: