We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
When i use di" in this scenario this happens.
letfunc=()=>({a:1,b:2});console.log(func(),"hello","world");// { a: 1, b: 2 }functiontest(){console.log("test");}