Skip to content

Best Practices

Biswajit Sundara edited this page Feb 18, 2021 · 3 revisions
  • Be consistent as per your project to use single quote ' or double quotes "".If single quote is used then use the same and vice versa.
  • Without adding a semi colon ; to the end of each java script statement works however its better to add it.
  • Use ESLint static code analyzer to scan your code based on the defined rules and then highlight issues.

Clone this wiki locally