HAPPY FRIDAY!
We are back to our show, what did you learn this week: A weekly check-in where we share something we learned this week!
This can me a technical thing or a random fun fact.
I will go first...
This week I learned about Nullish Coalescing JS Operator (??) with this very nice tutorial by @reisdev
Your turn!
What did you learn this week?
Discussion (2)
I learned about Asynchronous JavaScript and XML (AJAX). AJAX allows web applications to send/receive data asynchronous (at different times). This allows individuals elements in a webpages to be updated without refreshing the whole page.
That is really interesting and useful!