Posts by dotSonic • 83 points
2 posts
-
4
votes4
answers174
viewsQ: Comments weigh the code in C#?
I use the C# language with Unity Engine and, as several programmers have access to the code, we usually comment a lot so that everyone can understand what is there. I saw in other responses…
-
3
votes2
answers2761
viewsQ: JS Error: Uncaught Typeerror: Cannot read Property 'addeventlistener' of null
I’m setting the function to open a menu. But I am getting the error message "Uncaught Typeerror: Cannot read Property 'addeventlistener' of null" Below is the code I’m using to open the menu with JS…