Some of my jQuery built-in functions names have been crossed out in VSCode but are still working as expected in the browser. I don't know how to explain this, but here is a picture.
and
The ready() and click() functions are ruled out.
When I use$(document).on("click", ".add-expense", function(){}); it works properly.
Should I worry about this?

