CodeNewbie Community 🌱

Discussion on: What was the first programming language that clicked for you?

Collapse
 
stevenyholm profile image
Steve Nyholm

This is totally gonna date me... but my first language was Pascal. We had a high school AP class in Pascal and I took it for the GPA boost.

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