Skip to content

Instantly share code, notes, and snippets.

@emamut
Created February 27, 2016 05:00
Show Gist options
  • Save emamut/b0d8811674216b0c8fce to your computer and use it in GitHub Desktop.
Save emamut/b0d8811674216b0c8fce to your computer and use it in GitHub Desktop.
Refactorizando código o el arte de simplificar - refactored.js
function get_first_element(the_array) {
the_array instanceof Object ? return the_array[0] : return false;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment