I am looking at code in node with azure
.where('Key eq ?', key1)
I would like to know what is " ?" means .. I do know eq is equal
The ? is a placeholder for the parameters passed next. key1 in this case.
key1