While using the (Nullish coalescing operator and Optional Chaining) in node version 13.13.0. It showed it wont support in the 13 version. So i switched to version Nodejs Version 14.15.1 it is showing
const resource = null; const resources = resource ?? '';
[nodemon] clean exit - waiting for changes before restart
How to Handle this error to use (Nullish coalescing operator and Optional Chaining).
1.4m articles
1.4m replys
5 comments
57.0k users