Skip to content
This repository has been archived by the owner on Jan 15, 2019. It is now read-only.

History / Byte saving techniques

Revisions

  • The example from David Walsh's blog is wrongly commented with "before/after", and is actually a repetition of the [true,false] / [!0,!1] previous example

    @ehouais ehouais committed Oct 10, 2018
  • Cleaned up a few "````javascript" lines (4 backticks instead of 3) that were breaking the page.

    @mrpants mrpants committed Oct 3, 2017
  • a=...+a >> a+=...

    @noformnocontent noformnocontent committed Jan 29, 2017
  • Updated Byte saving techniques (markdown)

    @jimmywarting jimmywarting committed Apr 18, 2016
  • There is a sorter method in es6 to repeat a string

    @jimmywarting jimmywarting committed Apr 15, 2016
  • Updated Byte saving techniques (markdown)

    @molarmanful molarmanful committed Dec 17, 2015
  • Added code blocks around certain words.

    @molarmanful molarmanful committed Jul 21, 2015
  • Add "Arguments" entry.

    @molarmanful molarmanful committed Jul 21, 2015
  • Added entry to "Functions" section.

    @molarmanful molarmanful committed Jul 19, 2015
  • Updated Byte saving techniques (markdown)

    @molarmanful molarmanful committed Jul 19, 2015
  • Added entry to "In the browser" section.

    @molarmanful molarmanful committed Jul 18, 2015
  • Syntax highlighting

    @vrana vrana committed Apr 29, 2015
  • Clarify space after return

    @vrana vrana committed Apr 29, 2015
  • Alternative for falsey array[1]

    @vrana vrana committed Apr 29, 2015
  • Fix typos

    @vrana vrana committed Apr 29, 2015
  • Updated Byte saving techniques (markdown)

    @srifqi srifqi committed Jun 2, 2014
  • Updated Byte saving techniques (markdown)

    @RezaFarhadian RezaFarhadian committed May 26, 2014
  • Updated Byte saving techniques (markdown)

    @RezaFarhadian RezaFarhadian committed May 26, 2014
  • Updated Byte saving techniques (markdown)

    @RezaFarhadian RezaFarhadian committed May 26, 2014
  • Removing 1 more byte from swapping numbers

    @subzey subzey committed Nov 5, 2013
  • Removing 1 byte from variable swapping when it is a number

    @tadeuzagallo tadeuzagallo committed Nov 5, 2013
  • Does not work with integer

    @tsaniel tsaniel committed Sep 20, 2013
  • Since @elclanrs didn't edit it, I filled it in.

    @atk atk committed Sep 5, 2013
  • Kinda rude to call the public domain code I gave you yours :/

    @eligrey eligrey committed Mar 4, 2013
  • ((b.pop(a=b.pop())+c+a)) to (b.pop(a=b.pop())+c+a) at "Reuse parenthesis of the function call"

    @tnishino tnishino committed Feb 7, 2013
  • Reformated typetests, added test for Number

    adius committed Jan 13, 2013
  • Test if Array has Several Elements (corrected)

    adius committed Jan 5, 2013
  • Revert 7b2cdb8^ ... 7b2cdb8 on Byte saving techniques

    @jed jed committed Jan 5, 2013
  • Test if Array has Several Elements

    adius committed Jan 5, 2013
  • Check if DOM node x is a textNode with if(x.data) (Type-specific methods to test for types)

    @Hupotronic Hupotronic committed Oct 4, 2012