Why is Visual Studio Code recognizing my function as a constructor function?
Description of Issue I was reviewing my code for one of my projects when I noticed that one of my function's name is coloured green while all of the other functions are yellow. When I hover over the function in…