Checklist progress
0/168Learned
JavaScript Developer
Study Checklist
Checklist progress
0/168Learned
Given a scenario and requirements, infer which Node.js implementation is a good solution.
0/4
Given a scenario and requirements, infer which Node.js CLI command is a good solution.
0/3
Know the core Node.js modules and given requirements, infer which Node.js library/framework is a good solution.
0/5
Given a scenario and requirements, distinguish which Node.Js Package Management solution is the most fitting.
0/6
Prepare for the Exam
Study Community
Ask questions and get the latest info from other JavaScript Developer studiers. 593 members and growing.
Salesforce Functions development relies on Node.js 20+ and follows a standard DX project structure. Functions are stateless, run in a Heroku-22 environment, and are subject to strict execution, memory, and API request limits. Best practices emphasize minimal dependencies, avoiding global state, and using external data stores for persistence across invocations.