Created
February 27, 2016 05:00
-
-
Save emamut/b0d8811674216b0c8fce to your computer and use it in GitHub Desktop.
Refactorizando código o el arte de simplificar - refactored.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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