In JavaScript, it is possible to declare multiple variables like this: …or like this: Is one method better/faster than the other? Answer The first way is easier to maintain. Each declaration is a single statement on a single line, so you can easily add, remove, and reorder the declarations. With the second way, it is annoying to remove the first