Hello World

console.log('Hello, I'm BENZOOKAPI, a Japanese Sci-Fi author and developer.');

 

/* --- My intro. --- */

window.addEventListener('load', () => {

   window.alert(`

      Some of my blog posts in this store are written as runnable JavaScript codes (DISCLAIMER: no actual tests ⛔) because I love codes as beautiful design and good writing format as well. 🙂

   `);

});

 

const my_img = 

;

 

document.append(document.

createElement(`

<h2>NICE TO MEET YOU!

<img src="${my_img}"></h2>

`));

 

Back to blog