CodeNewbie Community 🌱

#help

Use this tag to ask the CodeNewbie Community the technical questions you run into on your coding journey!

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
"new" keyword in C

"new" keyword in C

3
Comments 3
1 min read
Is JavaScript the only programming language that works in the browser?

Is JavaScript the only programming language that works in the browser?

4
Comments 7
1 min read
pygame.transform.chop

pygame.transform.chop

Comments 3
1 min read
Is there a CSS parent selector?

Is there a CSS parent selector?

1
Comments 4
1 min read
What's the difference between NodeJs and ExpressJS?

What's the difference between NodeJs and ExpressJS?

Comments 1
1 min read
Reading from a file in C

Reading from a file in C

Comments 2
1 min read
Should I try to learn machine learning if I'm a newbie?

Should I try to learn machine learning if I'm a newbie?

1
Comments 3
1 min read
Is jQuery still relevant?

Is jQuery still relevant?

7
Comments 9
1 min read
What are some of the toughest things entering tech?

What are some of the toughest things entering tech?

8
Comments 8
1 min read
How do I create a Player for a Podcast using RSS Feed?

How do I create a Player for a Podcast using RSS Feed?

2
Comments 5
1 min read
Why shouldn't I use "var" in JavaScript?

Why shouldn't I use "var" in JavaScript?

4
Comments 3
1 min read
What is the purpose of html data attributes?

What is the purpose of html data attributes?

4
Comments 1
1 min read
loading...
const modalMarkup = `
`; // 2. Append the markup string to the end of the document body document.body.insertAdjacentHTML('beforeend', modalMarkup);