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.
Weatherify: A Weather App built with React.💙

Weatherify: A Weather App built with React.💙

13
Comments 4
1 min read
Change Background-color Dynamically

Change Background-color Dynamically

10
Comments 26
2 min read
Custom cursor with Greensock

Custom cursor with Greensock

15
Comments 20
2 min read
What is the difference between synchronous and asynchronous?

What is the difference between synchronous and asynchronous?

8
Comments 2
1 min read
150 JavaScript Questions Part 1

150 JavaScript Questions Part 1

15
Comments
22 min read
How do I loop through or enumerate a JavaScript object?

How do I loop through or enumerate a JavaScript object?

3
Comments 3
1 min read
A Quick Overview of Skillcrush 102: Intro to JavaScript

A Quick Overview of Skillcrush 102: Intro to JavaScript

5
Comments
7 min read
Starting with Code More Challenge 2021

Starting with Code More Challenge 2021

5
Comments
1 min read
Core React Concept: JSX

Core React Concept: JSX

3
Comments
3 min read
Asynchronous JavaScript Tips

Asynchronous JavaScript Tips

4
Comments
1 min read
New to coding

New to coding

7
Comments 6
1 min read
5 Ideas to set your portfolio apart

5 Ideas to set your portfolio apart

13
Comments 1
4 min read
200+ JS Resources to master programming 💥 Cheat Sheet

200+ JS Resources to master programming 💥 Cheat Sheet

12
Comments 9
19 min read
Creating a Node back-end using the MVC software design pattern

Creating a Node back-end using the MVC software design pattern

4
Comments 2
5 min read
8 JavaScript Tips & Tricks That No One Teaches 🚀 + Giveaway

8 JavaScript Tips & Tricks That No One Teaches 🚀 + Giveaway

26
Comments 5
3 min read
How To Build Cross Platform Apps Using React, React Native And Redux

How To Build Cross Platform Apps Using React, React Native And Redux

8
Comments 4
13 min read
Front-End VS Back-End Web Development

Front-End VS Back-End Web Development

7
Comments 4
5 min read
Projects ideas to become a javascript master 🚀 Resource compilation 💥 + Giveaway⚡

Projects ideas to become a javascript master 🚀 Resource compilation 💥 + Giveaway⚡

15
Comments 1
6 min read
Bezos' Calculator

Bezos' Calculator

11
Comments 2
2 min read
5 Beginner-Friendly Coding Livestreams to Learn Programming

5 Beginner-Friendly Coding Livestreams to Learn Programming

11
Comments 3
2 min read
What webpage would you recommned to practice JavaScript ?

What webpage would you recommned to practice JavaScript ?

6
Comments 5
1 min read
What's the difference between "let" and "const" in JavaScript?

What's the difference between "let" and "const" in JavaScript?

5
Comments 6
1 min read
How the global pandemic turned more people to code and why you should do it too

How the global pandemic turned more people to code and why you should do it too

6
Comments 2
7 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
5 Excellent Reasons Why You Should Be Developing Games

5 Excellent Reasons Why You Should Be Developing Games

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