๐ ๐ผ๐ฐ๐ธ ๐๐ป๐๐ฒ๐ฟ๐๐ถ๐ฒ๐ ๐๐ฒ๐ฎ๐ฟ๐ป๐ถ๐ป๐ด๐ ๐ฃ๐ฎ๐ฟ๐ ๐ฎ
I finished my second mock interview. I learned how to see concepts from different angles. Here are the main points for you.
Salesforce It is a cloud CRM. Businesses use it to manage sales, marketing, and support. It removes the need for local software. It keeps customer data in one place.
JavaScript It makes websites interactive. It is a dynamic language. Variable types are set during runtime.
Variable Types
- var: function scope.
- let: block scope.
- const: block scope and fixed value.
Coding vs Programming Coding is writing instructions. Programming is a broader process. It includes planning, design, and testing.
HTML vs HTML5 HTML5 is the latest version. It adds audio and video support. It uses semantic tags for better structure.
JS Logic
- Ternary Operator: A short version of if-else.
- Switch Case: The default case runs when no other case matches.
Source: https://dev.to/annapoo/mock-interview-experience-part-2-25ea