๐ ๐ผ๐ฐ๐ธ ๐๐ป๐๐ฒ๐ฟ๐๐ถ๐ฒ๐ ๐๐ฒ๐๐๐ผ๐ป๐: ๐ฃ๐ฎ๐ฟ๐ ๐ฎ
I finished my second mock interview. I learned to view technical concepts from new angles. Use these notes to improve your knowledge.
Salesforce and Web Basics
- Salesforce is a cloud CRM. It manages customers and sales.
- JavaScript makes web pages interactive.
- TypeScript catches errors during development.
Variable Types
- Dynamic languages set types at runtime.
- JavaScript is dynamic.
- var uses function scope.
- let uses block scope.
- const uses block scope and stays constant.
Coding vs Programming
- Coding is writing instructions.
- Programming is the whole process.
- It includes planning, design, and testing.
HTML and Logic
- HTML5 adds audio, video, and local storage.
- Ternary operators replace simple if-else statements.
- Switch defaults run when no cases match.
Source: https://dev.to/annapoo/mock-interview-experience-part-2-25ea