CodeNewbie Community 🌱

Piotr Grzybowski profile picture

Piotr Grzybowski

JS enthusiast. In the middle of changing career path onto web development. Looking for challenges and opportunity to learn. Learning TS at the moment. My goal is to become back-end developer.

Location BB, Poland Joined Joined on 
My Beginning with TypeScript (TS season one episode one)

My Beginning with TypeScript (TS season one episode one)

6
Comments 2
5 min read

Want to connect with Piotr Grzybowski?

Create an account to connect with Piotr Grzybowski. You can also sign in below to proceed if you already have an account.

Already have an account? Sign in
loading...
const modalMarkup = `
`; // 2. Append the markup string to the end of the document body document.body.insertAdjacentHTML('beforeend', modalMarkup);