"Faster"? Have you identified a performance bottleneck here ?!
In any case, you can declare several variables:
let foo = 'foo'
, bar = 'bar'
, foobar = 'foobar'
;
But it is JS 101 and trivially searchable. What are you really asking?
In addition, if you have a "large" number of variables, I suspect that the problem is more systemic and you are missing several types of refactoring.