Skip to content

TIL - Eloquent JavaScript Intro - 1

Posted on:February 10, 2024 at 01:51 AM

Eloquent JavaScript was recommended to me by Leon from #100Devs. While I’ve been participating in a JavaScript study using The Modern JavaScript Tutorial, I had an itch to also read Eloquent JavaScript as a refresher and review.

Eloquent JavaScript TIL - Introduction to Chapter 1

Introduction

JavaScript

Chapter 1 - Values, Types, and Operators

Numbers

Strings

Automatic type conversion