LeCoupa / awesome-cheatsheets

👩‍💻👨‍💻 Awesome cheatsheets for popular programming languages, frameworks and development tools. They include everything you should know in one single file.
https://lecoupa.github.io/awesome-cheatsheets/
MIT License
38.36k stars 6k forks source link

UPDATE: add array functions, add desc for loops, and made the switch part of the conditionals. #365

Open edsaur opened 5 months ago

edsaur commented 5 months ago

In the array part of the cheatsheet there were no array functions that I could've seen so I added basic array_functions. Also add new descriptions about the for loop and the for each loop. Lastly, I have made the switch-case condition be part of the conditionals under if-else statements.