Bonno working on his laptop whilst sitting on the couch (he was actually really coding while this photo was taken)

javascript (1)

Posts tagged with JavaScript

JavaScript is a high-level, interpreted programming language primarily known for adding interactivity to web pages. It’s a core part of the web alongside HTML and CSS, running in browsers like Chrome, Firefox, and (historically) Internet Explorer. Originally created by Brendan Eich in 1995 at Netscape, it’s based on the ECMAScript standard.

Javascript Mapping and Arrow Functions

I come from a JScript.Net background. JScript.NET is an old technology from Microsoft that added (data) types to vanilla javascript in a fashion similar to TypeScript. It is influenced by JScript (Microsoft’s dialect of the ECMAScript standard used in Microsoft’s Internet Explorer). Basically I have…