Standardization of JS has moved to a year-long update cycle, and the beginning of the year is a great time to find out what awaits us in the anniversary - the tenth edition of EcmaScript!
Continue reading »ES2015+
For some web application, you probably need to ask a user to share his/her location with you. Native web browser behaviour asks you to use an outdated approach to get it using callbacks. But we'll show you how to make this request synchronously using the new JavaScript features.
Continue reading »Asynchronous functions allows us to program using asynchronous requests in a "synchronous" manner. They could be really useful with ajax calls, for example.
Continue reading »