~hachibu
hachibu’s posts on Joy of Computing
home
about
subscribe
RC
home
about
log in
Subscribe
Atom feed
Recurse Center
log in
Works
Submissions
Friday, Mar 20
Write your own JavaScript template tag
(
permalink
)
made by
hachibu
, submitted by
rachel
An explanation of why you might want to write a tagged template string in JavaScript, and how to do it!
—
rachel
Monday, Dec 23
Be Your Own Password Generator
(
permalink
)
made by
hachibu
, submitted by
Mai
This password generator uses a video of you to generate a random password. Read more about it here: https://hachibu.net/posts/2019/be-your-own-password-generator/
—
Mai
Tuesday, Dec 10
7 Ways to Loop in JavaScript
(
permalink
)
made by
hachibu
, submitted by
nicholasbs
A fun exercise: See how many different ways you can think of to loop over an array in JavaScript before reading this post.
—
nicholasbs