简体   繁体   中英

Why I got syntax error when doing test with jest '??='

during my test i encountered an issue like this,

r[i] ??= [];
           
     ^^^

SyntaxError: Unexpected token '??='

what should I do make it pass? I'm feeling so dumb because i can't resolve a problem like this

Just upgrade the version of your NodeJs. Nullish Operator ( ??= ) works on versions 15.14.0 or above.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM