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
Go though the Array methods and constructors from
- https://www.w3schools.com/jsref/jsref_obj_array.asp
- https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array
Go through the Promise
Clear all your doubts about async and await . If you already worked on the Superbadge you have some idea how it works.
Clear your doubts about setTimeOut and setInterVal.
Clear your doubts about querySelector
Clear your doubts about modern JavaScript syntax and methods
- https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Spread_syntax
- https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/Arrow_functions
- https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Classes/constructor
- https://developer.mozilla.org/en-US/docs/Web/JavaScript/Inheritance_and_the_prototype_chain
- https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference#Control_flow
Check for the console methods and debugging JavaScript
- https://developer.mozilla.org/en-US/docs/Web/API/Console/table
- https://developer.mozilla.org/en-US/docs/Tools/Browser_Toolbox
Difference between const,let and var
Congratulation !!
ReplyDelete