comicss

A webcomic about CSS. Coded in CSS.

CrossWord Solution

This page contains the solution to the CrossWord game for April 14, 2026.

To avoid spoilers, all answers are hidden by default. You can use the toggle to reveal them whenever you're ready.

Across

  1. Function that converts its first argument to a string and parses it as a decimal number literal
    PARSEFLOAT
  2. Array method that returns a shallow copy of a portion of an array selected from start to end
    SLICE
  3. One of the main loops in JavaScript
    WHILE
  4. Event triggered when the user rotates a wheel button on a mouse
    WHEEL

Down

  1. Date function that changes the timestamp for the date
    SETTIME
  2. (bottom-to-top) window property that returns the window itself
    FLES (SELF)
  3. A function that many developers claim is evil
    EVAL
  4. Keyword used to instantiate a class
    NEW