CodeNewbie Community 🌱

# todayilearned

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Basics of Javascript Test Driven Development (TDD) with Jest

Basics of Javascript Test Driven Development (TDD) with Jest

8
Comments
6 min read
What is Skeleton Loading and how to implement it in React

What is Skeleton Loading and how to implement it in React

8
Comments 4
5 min read
ReactDOM.render()

ReactDOM.render()

12
Comments 2
2 min read
The easiest way to download SVGs from a website

The easiest way to download SVGs from a website

5
Comments 4
2 min read
Learning To Learn [Efficient Learning]: The Science

Learning To Learn [Efficient Learning]: The Science

2
Comments
5 min read
8 Things I wish I knew as a Junior Developer

8 Things I wish I knew as a Junior Developer

6
Comments 2
6 min read
CSS Unit: em

CSS Unit: em

4
Comments
2 min read
Java vs JavaScript - What is the Difference?

Java vs JavaScript - What is the Difference?

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