de en es fr nl pl pt sv zh

chrome

Today’s Readings

Aaron T. Grogg

Starting off with a little shameless self-promotion: I recently shared NoLoJS, an open-source design library of components aiming to reduce reliance on JS, in favor of just HTML and CSS, as much as possible. The idea is to create a collection of web patterns that have historically relied heavily...

Printing function body in Chrome’s console

Bits, Bobs & Breakpoints — Aaron Holmes

Printing function body in Chrome’s console# 1 July 2015 Chrome Chrome used to, by default, print a function body in the console if you entered a function name into it, or if you called console.log() with a function name. What happens now is that Chrome will print a link to the function which,...