Posts tagged javascript

Static Search With Lunr.js

How to add fast, free, client-side search to a static site using Lunr.js without any server-side dependencies.

JavaScript 101

A beginner-friendly introduction to JavaScript covering syntax, terminology, data types, and core language features.

Host Methods vs Native Methods

Understanding the difference between native ECMAScript methods and host environment methods, and how to detect each reliably.