Skip to content
Advertisement

Tag: ide

What is a Scratch File?

I am currently trying to figure out all the functions that my IDE has, and I have come across a predefined folder when I create a project that is called ‘scratches and consoles’. The IDE only allows me to create Scratch Files but I don´t know what that kind of file is and what Is its purpose. Could someone give

How to return void in JsDoc?

Is there a specified way to declare a method or a function to return void in JsDoc? Currently I am in the belief that void is the default return value, and other return values must be specifically provided: Answer I don’t believe you have to choose from a set of types in JsDoc… you can use any type name you

Advertisement