CodeNewbie Community 🌱

Arsene Rna
Arsene Rna

Posted on • Edited on

test post image

je verifier si ca narche bien

var s = "JavaScript syntax highlighting";
alert(s);
Enter fullscreen mode Exit fullscreen mode
s = "Python syntax highlighting"
print s
Enter fullscreen mode Exit fullscreen mode

Top comments (3)

Collapse
 
Sloan, the sloth mascot
Comment deleted
const modalMarkup = `
`; // 2. Append the markup string to the end of the document body document.body.insertAdjacentHTML('beforeend', modalMarkup);