CodeNewbie Community 🌱

Rahat Chowdhury profile picture

Rahat Chowdhury

I'm a web developer, blogger, writer, rapper, and Pokemon Master.

Joined Joined on  Personal website https://rahat.dev/

Work

Software Engineer at American Express

Effective Learning with Tutorials

Effective Learning with Tutorials

25
Comments 10
3 min read

Want to connect with Rahat Chowdhury?

Create an account to connect with Rahat Chowdhury. 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);