Login
Discover
Waves
Communities
Login
Signup
Topics
#JavaScript
Global
Trending
Hot
New
Top
#JavaScript
Hot
Top communities
Create your community
latest #javascript hot topics | Ecency
scipio
StemSocial
2026-08-22 07:09
Learn JS Series (#9) - Functions: Declarations, Parameters, Return Values, and Hoisting
Learn JS Series (#9) - Functions: Declarations, Parameters, Return Values, and Hoisting What will I learn You will learn the three ways to create a function, and how they differ; how parameters, arguments,
$ 0.735
17
1
scipio
StemSocial
2026-08-21 07:49
Learn JS Series (#8) - Loops: for, while, for...of, for...in, and When to Use Which
Learn JS Series (#8) - Loops: for, while, for...of, for...in, and When to Use Which What will I learn You will learn the classic C-style for loop and exactly what each of its three parts does; when a while
$ 0.885
28
1
scipio
StemSocial
2026-08-20 07:42
Learn JS Series (#7) - Control Flow: if/else, switch, and the Ternary Expression
Learn JS Series (#7) - Control Flow: if/else, switch, and the Ternary Expression What will I learn You will learn how JavaScript decides what code to run, with if, else if, and else; what "truthy"
scipio
StemSocial
2026-08-19 08:33
Learn JS Series (#6) - Numbers: IEEE 754, Why 0.1 + 0.2 Is Not 0.3, and How to Cope
Learn JS Series (#6) - Numbers: IEEE 754, Why 0.1 + 0.2 Is Not 0.3, and How to Cope What will I learn You will learn how JavaScript stores every number as a single 64-bit floating point value, and what
koenau
TravelFeed
2026-08-21 16:35
Promoted
A Lost Cause of hops and malt: The burned time capsule
Three decades of vacancy and failed investment attempts had long since turned the imposing buildings of the malt factory
learningpages
LeoFinance
2026-08-18 15:05
Convert USD to HIVE
How to convert USD to HIVE and get HIVE's current price using HTML, JavaScript and CoinGecko's API.
scipio
StemSocial
2026-08-18 06:58
Learn JS Series (#5) - Strings: Template Literals, Unicode, and the Methods You Actually Use
Learn JS Series (#5) - Strings: Template Literals, Unicode, and the Methods You Actually Use What will I learn You will learn template literals in depth, including multi-line strings and expression
scipio
StemSocial
2026-08-17 07:33
Learn JS Series (#4) - Operators and Expressions: Arithmetic, Comparison, Logical, and Short-Circuiting
Learn JS Series (#4) - Operators and Expressions: Arithmetic, Comparison, Logical, and Short-Circuiting What will I learn You will learn JavaScript's arithmetic operators, including the ones that surprise
scipio
StemSocial
2026-08-16 08:52
Learn JS Series (#3) - The Primitive Types: number, string, boolean, null, undefined, symbol, bigint
Learn JS Series (#3) - The Primitive Types: number, string, boolean, null, undefined, symbol, bigint What will I learn You will learn the seven primitive types that every JavaScript value is built from;