Mahima Bhardwaj
Mahima Bhardwaj
var button = document.createElemennt('button') button.innerText('Click Me'); function clickMe() { console.log('click me'); } button.addEventListener('click', clickMe);
const h2= document.createElement('h2'); h2.setAttribute('id', 'heading1'); h2.setAttribute('class', 'heading11'); document.body.appendChild(h2);
### Profile screenshot [  ](url)
First program for beginners
@armankhondker when you are releasing #2 ? I am waiting for it.
1. ### **It** contain all imp website for coding interview prepartion