Skip to content
View cristinarojas's full-sized avatar
Block or Report

Block or report cristinarojas

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

  1. ObjectOrientedProgramming ObjectOrientedProgramming Public

    You can even create your own objects to encapsulate related functions and variables into efficient packages, and act as handy data containers

    JavaScript

  2. arrayFilterMethodJs arrayFilterMethodJs Public

    Returns the elements (in one array) of an array that meet the condition specified in a callback function

    JavaScript

  3. arrayReduceMethodJS arrayReduceMethodJS Public

    Reduces the array to a single value and executes a provided function for each value of the array (from left-to-right)

    JavaScript

  4. functionalProgramming functionalProgramming Public

    To manipulate collections, code will become shorter, more self-descriptive, and more durable.

    JavaScript

  5. javascriptClosures javascriptClosures Public

    A closure is an inner function that has access to the outer function's variables

    JavaScript

  6. javascriptEventBubblingCapturing javascriptEventBubblingCapturing Public

    Bubbling fluid bottom to the top and Capturing fluid top to the bottom

    JavaScript