CodeNewbie Community 🌱

# javascript

This tag is for content related to programming in JavaScript. Client-side, server-side, it doesn't matter. This tag should be used for anything JavaScript focused. If the topic is about a JavaScript framework or library, just remember to include the framework's tag as well.

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
What's the difference between NodeJs and ExpressJS?

What's the difference between NodeJs and ExpressJS?

Comments 1
1 min read
Announcing World In Dev

Announcing World In Dev

7
Comments
5 min read
Is jQuery still relevant?

Is jQuery still relevant?

7
Comments 9
1 min read
My First Technical Assessment Experience

My First Technical Assessment Experience

3
Comments 3
2 min read
Why So Serverless?

Why So Serverless?

13
Comments 1
5 min read
50 Cool Web And Mobile Project Ideas for 2021

50 Cool Web And Mobile Project Ideas for 2021

21
Comments 8
15 min read
Authentication system

Authentication system

Comments 3
1 min read
Why I built a virtual tutor for teaching JavaScript and React

Why I built a virtual tutor for teaching JavaScript and React

4
Comments 1
3 min read
CSS Grid Cheat Sheet Illustrated in 2021🎖️

CSS Grid Cheat Sheet Illustrated in 2021🎖️

28
Comments 4
5 min read
A taste of syntactic sugar with async/await

A taste of syntactic sugar with async/await

6
Comments
5 min read
You Need to Try These 10 NPM Packages as a React Developer

You Need to Try These 10 NPM Packages as a React Developer

8
Comments 2
5 min read
What is Java and its Brief History

What is Java and its Brief History

8
Comments 2
6 min read
5 Tips for Getting Over Your Fear of Math

5 Tips for Getting Over Your Fear of Math

3
Comments 7
5 min read
Why shouldn't I use "var" in JavaScript?

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

4
Comments 3
1 min read
CodingCatDev On CodeNewbie

CodingCatDev On CodeNewbie

6
Comments
1 min read
Is it Webpack or Node?

Is it Webpack or Node?

6
Comments
3 min read
10 VS Code emmet tips to make you more productive

10 VS Code emmet tips to make you more productive

3
Comments 1
6 min read
Slice and splice: explained

Slice and splice: explained

4
Comments
3 min read
Learning to Fail

Learning to Fail

4
Comments 1
3 min read
Data Structures in JavaScript: Arrays

Data Structures in JavaScript: Arrays

7
Comments
4 min read
Lesson 6 - JavaScript Built-In Functions and Objects #fullstackroadmap

Lesson 6 - JavaScript Built-In Functions and Objects #fullstackroadmap

5
Comments 2
41 min read
'Hello World" after 30's

'Hello World" after 30's

2
Comments 8
2 min read
Getting the user's location with JavaScript

Getting the user's location with JavaScript

8
Comments 2
4 min read
How to scrape data with Node.js and Cheerio!

How to scrape data with Node.js and Cheerio!

6
Comments 1
4 min read
Best Podcasts For New Web Developers

Best Podcasts For New Web Developers

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