Explore >> Select a destination


You are here

krasimirtsonev.com
| | scastiel.dev
4.3 parsecs away

Travel
| | If you use JavaScript you probably know that recently a lot of new features arrived with ES2015 (also known as ES6): classes, const/let keywords, destructuring arrays and objects, modules and imports, etc.
| | keepinguptodate.com
2.0 parsecs away

Travel
| | Learn how to add TypeScript support to your existing JavaScript projects so you can use TypeScript modules alongside your existing JavaScript modules.
| | adropincalm.com
2.7 parsecs away

Travel
| | Babel is a JavaScript compiler mainly known for React and the ability to use js syntax not yet shipped to the browser. In this introduction we'll try to cover some of the core ideas such as @babel/core, @babel/cli, plugins, presets and the config file. The main idea In the js world, we like to use new and exotic syntaxes even if the browser doesn't provide support and never will. Before ie11 deprecation, a classic example was using the arrow function syntax.
| | seanmcp.com
24.7 parsecs away

Travel
| A brief journey into the dangerous world of user agent sniffing