on query(['remote','c++'])
query(['remote',/c\+\+/])
The lack of quotes in the above example is 100% intentional ... copy and paste that exactly ... (js is kinda weird sometimes).
If you are really interested (https://developer.mozilla.org/en-US/docs/Web/JavaScript/Refe...) will tell you more about it.
on query(['remote','c++'])