Module

x/february29th/test_node.js

A JavaScript module and CLI tool that does nothing but tell you whether or not it's February 29th
Latest
File
#!/usr/bin/env nodevar february29th = require("./index.js");if (february29th()) console.log("Yes");else console.log("No");