Quantcast
Channel: WebScanNotes » Semantics
Browsing latest articles
Browse All 4 View Live

Javascript Semantics for Computer Scientists (Part 1) – Variables and Scope

Most programmers, when learning a new programming language, start by studying its syntax. However, computer scientists, particularly those specializing in programming languages (the study of...

View Article



Javascript Semantics for Computer Scientists (Part 2) – Objects

This is the second part of the “Javascript Semantics for Computer Scientists” series. In this section, we will focus on objects in Javascript. 1. In Javascript, anything that isn’t a primitive is an...

View Article

Javascript Semantics for Computer Scientists (Part 3) – Classes

This is part 3 of the “Javascript Semantics for Computer Scientists” series, and the most difficult chapter in this series . OOP is an afterthought in Javascript, thus the syntax for class definition...

View Article

Javascript Semantics for Computer Scientists (Part 4) – Functions, Arguments,...

This is part 4, and the last installment of the “Javascript Semantics for Computer Scientists” series, and serves as a mixed bag of interesting (at least to me ) nuggets of Javascript. 1. In...

View Article
Browsing latest articles
Browse All 4 View Live




Latest Images