Login
Discover
Waves
Communities
Write
Login
Signup
Topics
#
JavaScript
Explore topics
#JavaScript
Global
Trending
Hot
New
Payout
Muted
Promoted
#JavaScript
New
#javascript
Follow to get notified about new posts with this tag
Get #javascript by email
Follow
scipio
StemSocial
16h
Learn JS Series (#30) - Mini Project: A Small Functional Utility Library
Learn JS Series (#30) - Mini Project: A Small Functional Utility Library What will I learn You will build a small, reusable functional utility library from scratch, tying together the whole of Phase 2;
$ 0.985
32
1
scipio
StemSocial
2d
Learn JS Series (#29) - Memoization: Trading Memory for Speed with Closures
Learn JS Series (#29) - Memoization: Trading Memory for Speed with Closures What will I learn You will learn what memoization is: caching a function's results so repeat calls are instant; why it only works
$ 0.765
25
1
scipio
StemSocial
3d
Learn JS Series (#28) - Pure Functions and Side Effects: The Foundation of Predictable Code
Learn JS Series (#28) - Pure Functions and Side Effects: The Foundation of Predictable Code What will I learn You will learn the exact definition of a pure function, and its two non-negotiable requirements;
scipio
StemSocial
4d
Learn JS Series (#27) - Function Composition: Building Pipelines from Small Functions
Learn JS Series (#27) - Function Composition: Building Pipelines from Small Functions What will I learn You will learn what function composition is: combining small functions into a bigger one; the difference
wiseagent
Scrobble.life
2d
Promoted
MOVIE REVIEW: “Practical Magic 2” (2026)
This publication was also writen in SPANISH and PORTUGUESE. IMDb Synopsis: The Owens sisters are part of a traditional family of witches who, for many generations, have been cursed to live without love
scipio
StemSocial
6d
Learn JS Series (#25) - IIFEs and the Module Pattern (the Pre-2015 Way to Get Privacy)
Learn JS Series (#25) - IIFEs and the Module Pattern (the Pre-2015 Way to Get Privacy) What will I learn You will learn what an IIFE is, and the syntax trick that makes it work; why IIFEs were essential
scipio
StemSocial
7d
Learn JS Series (#24) - Recursion: Base Cases, the Call Stack, and Stack Overflows
Learn JS Series (#24) - Recursion: Base Cases, the Call Stack, and Stack Overflows What will I learn You will learn what recursion is, and the two ingredients every recursive function needs; how the call
scipio
StemSocial
8d
Learn JS Series (#23) - call, apply, and bind: Controlling this Explicitly
Learn JS Series (#23) - call, apply, and bind: Controlling this Explicitly What will I learn You will learn exactly what call, apply, and bind do, and how they differ; how to borrow a method from one object
rzazo24
HiveDevs
10d
Hive Raffle: run giveaways on Hive that anyone can verify
Run verifiable Hive raffles — a future block's ID picks the winner, no trust required, anyone can check.
zainalbakri
INDONESIAN HIVE
19h
Published via Ecency
Promoted
Masjid Indah di Tengah Kota IKN
[Src]( Pemerintah Indonesia memberi nama masjid
scipio
StemSocial
11d
Learn JS Series (#20) - Default, Rest, and Spread: Flexible Function Signatures
Learn JS Series (#20) - Default, Rest, and Spread: Flexible Function Signatures What will I learn You will learn default parameters in depth, including defaults computed from earlier parameters; the rest
scipio
StemSocial
13d
Learn JS Series (#18) - Higher-Order Functions: Functions That Take or Return Functions
Learn JS Series (#18) - Higher-Order Functions: Functions That Take or Return Functions What will I learn You will learn the precise definition of a higher-order function, and why the idea matters far
scipio
StemSocial
14d
Learn JS Series (#17) - Closures: The Single Most Important Idea in JavaScript
Learn JS Series (#17) - Closures: The Single Most Important Idea in JavaScript What will I learn You will learn precisely what a closure is: a function bundled with the variables of its birthplace; how
scipio
StemSocial
15d
Learn JS Series (#16) - Arrow Functions vs function: Syntax, this, and When Each Wins
Learn JS Series (#16) - Arrow Functions vs function: Syntax, this, and When Each Wins What will I learn You will learn the full arrow-function syntax, from the verbose form all the way down to the one-liner;
no-advice
LeoFinance
6d
Promoted
Reading the Fine Print: Why the New U.S. Crypto Framework Matters More Than Bitcoin's Price
While most of the attention this week has been on Bitcoin hovering around $80,000 and the liquidation of $278 million in derivatives positions over a single afternoon, the more consequential development
scipio
StemSocial
16d
Learn JS Series (#15) - First-Class Functions: Passing, Returning, and Storing Functions
Learn JS Series (#15) - First-Class Functions: Passing, Returning, and Storing Functions What will I learn You will learn what "first-class functions" actually means, and why it is the key idea
scipio
StemSocial
17d
Learn JS Series (#14) - Mini Project: A Command-Line Tip Calculator
Learn JS Series (#14) - Mini Project: A Command-Line Tip Calculator What will I learn You will build a complete, real command-line program from scratch, tying together all of Phase 1; how to read the arguments
rzazo24
HiveDevs
17d
Hive Scope: Hive, In Full Focus / Hive Scope: Hive, Bajo la Lupa
Real-time Hive blockchain explorer, no backend /Explorador de Hive en tiempo real, sin backend
scipio
StemSocial
18d
Learn JS Series (#13) - Truthiness, Equality, and Coercion: == vs === Done Properly
Learn JS Series (#13) - Truthiness, Equality, and Coercion: == vs === Done Properly What will I learn You will learn the exact list of falsy values and why everything else is truthy; how JavaScript coerces
lesmann
Shadow Hunters
1d
Published via Ecency
Promoted
Shadow Hunters, SMASh 443 - House and Car nighttime Shadows!!
Hello Friends, Happy Friday evening once again! I am wishing you a great start to your "weekend"! And also, Thank You very much for your visit! 🙋🏻♀️✨🏝️✨🙋🏻♀️ And as always, Very Big "Thank
scipio
StemSocial
19d
Learn JS Series (#12) - Objects: Key-Value Data, Dot vs Bracket Access, and Nesting
Learn JS Series (#12) - Objects: Key-Value Data, Dot vs Bracket Access, and Nesting What will I learn You will learn how to model real-world things as objects with named properties; the difference between
scipio
StemSocial
20d
Learn JS Series (#11) - Arrays: The Workhorse Data Structure and Its Core Methods
Learn JS Series (#11) - Arrays: The Workhorse Data Structure and Its Core Methods What will I learn You will learn how to create arrays and access their elements, including the modern .at(); why arrays
scipio
StemSocial
21d
Learn JS Series (#10) - Scope and the Temporal Dead Zone: How JavaScript Finds Your Variables
Learn JS Series (#10) - Scope and the Temporal Dead Zone: How JavaScript Finds Your Variables What will I learn You will learn what scope is, and the three kinds JavaScript has: global, function, and block;
scipio
StemSocial
22d
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,
Older →
Discover communities
Explore communities
Create your community