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...
Web Security Quiz Practice
Active Recall Drill Session
← Exit Session
Question 1 of 1
easy
Web Security
Confirmed against this app's own bundled Next.js docs, which environment variables get inlined into the browser-shipped JavaScript bundle?
A
All environment variables, by default
B
Only variables explicitly prefixed with NEXT_PUBLIC_
C
None — environment variables never reach the client
D
Only variables listed in package.json
Check Answer