DeepFrontend
Learning Paths
Practice
System Design & DS
Design Studio
Data Structures Curriculum
Real-World Case Studies
Careers
Job Board
Resume Builder
Blog
Sign in
Search
⌘K
Go Pro
Loading compiler resources...
JavaScript Quiz Practice
Active Recall Drill Session
← Exit Session
Question 1 of 1
easy
JavaScript
What makes a function 'pure'?
A
It only uses arrow function syntax
B
Its output depends only on its inputs, and it causes no observable side effects
C
It never returns a value
D
It uses .map() instead of a for loop
Check Answer