I have a quick question : does it really matter in this case to put it like this or not?
Thanks
Hey @fegroucheadnane,
/* I'm using JavaScript as an example, but it also applies to any C based
programming languages which JavaScript is, and what it seems like C++ on your image */
function myFunc() {
//codes here
}
function myFunc()
{
//codes here
}
Hello @Catalactics,
Thank you for your insight and now I am fully aware of what you are talking about above.