Skip to content

Can not access map

I get this error when I execute code ,I want to access server_queue playing TypeError: Cannot read properties of undefined (reading ‘playing’) This is my code: Answer After skipping your first if block when server_queue doesn’t exist, you are then trying to access playing on top of the nonex…

Adding array of value in javascript

I’m asking this question again and hope I get the answer this time, I have an array of number that adds and subtract on button click which works withonclick and a function created. I will like the sum up of the array 21998 and 11999 when this same button is click and will like to display the value in &l…