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.
How can I generate random numbers in JavaScript?

How can I generate random numbers in JavaScript?

3
Comments 3
1 min read
What is the difference between synchronous and asynchronous?

What is the difference between synchronous and asynchronous?

8
Comments 2
1 min read
What's the difference between boolean values and truthy and falsy values?

What's the difference between boolean values and truthy and falsy values?

5
Comments 3
1 min read
Initiate Life Change .. go!

Initiate Life Change .. go!

4
Comments 2
1 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
What's the difference between double equals (==) and triple equals (===) in JavaScript?

What's the difference between double equals (==) and triple equals (===) in JavaScript?

3
Comments 3
1 min read
What is the difference between client-side and server-side programming?

What is the difference between client-side and server-side programming?

3
Comments 3
1 min read
New to coding

New to coding

7
Comments 6
1 min read
What's the difference between libraries and frameworks?

What's the difference between libraries and frameworks?

4
Comments 1
1 min read
[Hello,Please what tools do i need to start learning coding from its basics?"#discuss".How can i learn coding by myself?

[Hello,Please what tools do i need to start learning coding from its basics?"#discuss".How can i learn coding by myself?

5
Comments 12
1 min read
Please, am new to coding, what basics of coding do i need to learn ?

Please, am new to coding, what basics of coding do i need to learn ?

6
Comments 4
1 min read
What's the difference between JSON and a plain string?

What's the difference between JSON and a plain string?

3
Comments 4
1 min read
How does "server side rendering" work?

How does "server side rendering" work?

4
Comments 2
1 min read
Confused about choosing language for Mission 2 CNCC'21

Confused about choosing language for Mission 2 CNCC'21

4
Comments 7
1 min read
How does dynamic import work on JavaScript?

How does dynamic import work on JavaScript?

6
Comments 1
1 min read
Django's built in auth with jwt or a third party package with jwt?

Django's built in auth with jwt or a third party package with jwt?

2
Comments 2
1 min read
What's the difference between a SQL and a NoSQL database?

What's the difference between a SQL and a NoSQL database?

3
Comments 3
1 min read
What's the difference between NodeJS and DenoJS?

What's the difference between NodeJS and DenoJS?

5
Comments 3
1 min read
Confused btw these🤯

Confused btw these🤯

5
Comments 4
1 min read
How do you start your project?

How do you start your project?

11
Comments 9
1 min read
How can I generate random numbers in Python?

How can I generate random numbers in Python?

3
Comments 7
1 min read
Database vs Data Structure

Database vs Data Structure

3
Comments 3
1 min read
How do you learn to "ask the right questions"...?

How do you learn to "ask the right questions"...?

7
Comments 4
1 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
loading...
const modalMarkup = `
`; // 2. Append the markup string to the end of the document body document.body.insertAdjacentHTML('beforeend', modalMarkup);