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.
How Every Web Developer Can Become FullStack With Node.js

How Every Web Developer Can Become FullStack With Node.js

4
Comments 1
25 min read
100 blog topic ideas for your next article - No more writers block

100 blog topic ideas for your next article - No more writers block

9
Comments
7 min read
Why having a portfolio website is not necessary for getting hired in 2021

Why having a portfolio website is not necessary for getting hired in 2021

3
Comments
2 min read
How to be successful as a self taught developer

How to be successful as a self taught developer

4
Comments
3 min read
10 reasons why nobody is reading your articles and how to fix it

10 reasons why nobody is reading your articles and how to fix it

3
Comments
4 min read
AdonisJs - Introduction

AdonisJs - Introduction

3
Comments
4 min read
5 steps for performing well in a new job

5 steps for performing well in a new job

4
Comments 2
3 min read
Javascript Introduction

Javascript Introduction

7
Comments
5 min read
8 reasons why having a blog is as important as having a GitHub

8 reasons why having a blog is as important as having a GitHub

8
Comments 3
4 min read
Why you should become a Full-Stack Developer

Why you should become a Full-Stack Developer

8
Comments
3 min read
HERN Stack, Comin’ In Hot

HERN Stack, Comin’ In Hot

9
Comments 1
5 min read
Why you should consider having a brand colour

Why you should consider having a brand colour

7
Comments 9
3 min read
Beginner's guide to npm

Beginner's guide to npm

8
Comments 3
7 min read
Using JS Speech Recognition to build a virtual assistant

Using JS Speech Recognition to build a virtual assistant

7
Comments 2
7 min read
Getting Started with Firebase - Authentication

Getting Started with Firebase - Authentication

8
Comments
6 min read
Modern Full-Stack Developer Tech Stack 2021

Modern Full-Stack Developer Tech Stack 2021

16
Comments 1
3 min read
Basics of Javascript Test Driven Development (TDD) with Jest

Basics of Javascript Test Driven Development (TDD) with Jest

8
Comments
6 min read
Introducing Dogidex the gamified pet learning app for children

Introducing Dogidex the gamified pet learning app for children

7
Comments 6
5 min read
Basics of Callbacks and Promises in Javascript

Basics of Callbacks and Promises in Javascript

8
Comments
4 min read
The Four Core Concepts of webpack

The Four Core Concepts of webpack

3
Comments
3 min read
Hamburger Icon

Hamburger Icon

9
Comments 5
2 min read
JavaScript: Understand 'this' keyword

JavaScript: Understand 'this' keyword

24
Comments 4
4 min read
How to use Notion API with NextJS

How to use Notion API with NextJS

11
Comments 1
6 min read
I Started a JavaScript Stream on Twitch!

I Started a JavaScript Stream on Twitch!

9
Comments 1
1 min read
Here's what every React Developer needs to know about TypeScript - Part 1

Here's what every React Developer needs to know about TypeScript - Part 1

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