cscg24-guacamole

CSCG 2024 Challenge 'Guacamole Mashup'
git clone https://git.sinitax.com/sinitax/cscg24-guacamole
Log | Files | Refs | sfeed.txt

invalid.js (113B)


      1export var defaultInvalidDate = 'Invalid date';
      2
      3export function invalidDate() {
      4    return this._invalidDate;
      5}