I am looking for a JavaScript equivalent of the Python:
pass statement that does not run the function of the ... notation?
pass
...
Is the
use //pass like python's pass
//pass
like:
if(condition){ //pass }
This is equivalent to leaving the block with nothing in it, but is good for readability reasons.
reference from https://eslint.org/docs/rules/no-empty