Posts by Eduardo Santos • 7 points
1 post
- 
		-2 votes1 answer53 viewsQ: SWITCH CASE is not working as expectedI made this code in Javascript, but it’s coming out the month as December and not the correct one is February. function getDataPorExtenso() { var data = new Date(), dia = data.getDate().toString(),… javascriptasked Eduardo Santos 7