Skip to content

Instantly share code, notes, and snippets.

View andresn's full-sized avatar

Andres Narvaez andresn

  • Self
  • Riverside, CA
View GitHub Profile
@borela
borela / !react-enzyme-render-methods.md
Created June 8, 2017 17:06 — forked from SanCoder-Q/!react-enzyme-render-methods.md
react-enzyme - `shallow` vs `mount` vs `render` lifecycle methods

An exploration of the different render methods available in react-enzyme.

@faisalman
faisalman / baseConverter.js
Last active January 11, 2023 14:43
Convert From/To Binary/Decimal/Hexadecimal in JavaScript
/**
* Convert From/To Binary/Decimal/Hexadecimal in JavaScript
* https://gist.github.com/faisalman
*
* Copyright 2012-2015, Faisalman <fyzlman@gmail.com>
* Licensed under The MIT License
* http://www.opensource.org/licenses/mit-license
*/
(function(){