You are on page 1of 1

Keeping your code looking great is hard without a good formatter.

Luckily it's easy


to format content, either for the entire document with ⇧⌥F or for the current
selection with ⌘K ⌘F. Both of these options are also available through the right-
click context menu.

123456
var cars = ["Saab", "Volvo", "BMW"]; for (var i=0; i < cars.length; i++) {// Drive
the carconsole.log(`This is the manufacturer [${cars[i]}])`); }

You might also like