Skip to content
View rachelcarmena's full-sized avatar

Organizations

@VLCTechHub @arrow-kt @comunidad-tecnologica
Block or Report

Block or report rachelcarmena

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. rachelcarmena.github.io rachelcarmena.github.io Public

    ♣️ Our profession is a card game.

    HTML 2 1

  2. space-invader space-invader Public

    👾 Playing with contributions panel

    Shell 6 2

  3. A possible curry function in JS A possible curry function in JS
    1
    const curry = fn => {
    2
        const arity = fn.length;
    3
        const _curry = (...args) =>
    4
            args.length === arity
    5
                ? fn(...args)
  4. comunidad-tecnologica/comunidad-tecnologica.github.io comunidad-tecnologica/comunidad-tecnologica.github.io Public

    👾 Objetivo, listado principal de recursos y guías de colaboración de Comunidad Tecnológica in Spain.

    HTML 62 2