CodeNewbie Community 🌱

Discussion on: Welcome Thread - V8

Collapse
 
khanmujeeb profile image
Mujeeb Khan

Hello everyone, my name is Mujeeb and I am 2nd year engineering student from India , currently I am learning DSA using c++ and basics of web development , here I am looking for guidance to improve my skills and learn new things

const modalMarkup = `
`; // 2. Append the markup string to the end of the document body document.body.insertAdjacentHTML('beforeend', modalMarkup);