Skip to content
View sauloco's full-sized avatar
🚀
Ready. Set. Go!
🚀
Ready. Set. Go!

Organizations

@jw-devs @entrenolibre

Block or report sauloco

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. refined-jw refined-jw Public

    Enhance your reading experience in JW official site and Watchtower Online Library (WOL) with Refined JW Chrome Extension

    JavaScript 1

  2. rusticit rusticit Public

    HTML

  3. easyToogleCase easyToogleCase Public

    HOW MANY TIMES DO YOU WROTE A LONG TEXT JUST TO REALIZE THAT WAS IN UPPERCASE AND MUST DELETE IT ENTIRELY TO REWRITE IN LOWERCASE? Well, no problemo...

    Python 2

  4. Resuelvo pruebas de programación de ... Resuelvo pruebas de programación de entrevistas para trabajar como programador en Nueva Zelanda
    1
    // multiplicar sin utilizar el signo "*"
    2
    const multiply = ( a, b ) => a / ( 1 / b );
    3
    console.group( 'multiply' )
    4
    console.assert( multiply( 2, 5 ) === 10, "All positive" );
    5
    console.assert( multiply( 2, -5 ) === -10, "b negative" );
  5. rustic-chain rustic-chain Public

    JavaScript