Wednesday, August 19, 2020

Tips for passing Salesforce JavaScript Developer Certification

Motivation behind this

Since Salesforce introduces Lightning Web components the code standard and way of doing things changed in Salesforce arena, With the help of readily available out of the box components and the power of modern web stack development  it is essential that Salesforce developers must gain proficiency in modern JavaScript.

JavaScript is not  new in Salesforce but how it will be used now is different. So I thought to test my skills with this examination.

Exam outline : This exam is similar like PDII. You need to complete an online exam and need to complete a super badge in trailhead

Pro tips 

Complete the trail at trailhead from here

Clear your doubts about querySelector 

  1. https://developer.mozilla.org/en-US/docs/Web/API/Element/querySelector
Clear your doubts about modern JavaScript syntax and methods 
  1. https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Spread_syntax
  2. https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/Arrow_functions
  3. https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Classes/constructor
  4. https://developer.mozilla.org/en-US/docs/Web/JavaScript/Inheritance_and_the_prototype_chain
  5. https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference#Control_flow
Understand the execution order

Check for the console methods and debugging JavaScript 

Difference between const,let and var 


1 comment:

Tips on passing Salesforce AI Associate Certification

  🌟 Motivation to Pursue the Salesforce AI Associate Certification 🌟 The world of technology is in a state of perpetual evolution, and on...