Skip to content

Instantly share code, notes, and snippets.

View gustavoFreireS's full-sized avatar
🏠
Working from home

Gustavo Freire Santos gustavoFreireS

🏠
Working from home
  • Natal, Rio Grande Do Norte, Brasil
View GitHub Profile
@gustavoFreireS
gustavoFreireS / test.js
Last active July 6, 2023 14:25
bugged test
/*
given a string of colors separated by a blank space like so: "red2 blue5 black4 green1 gold3" return another string with the colors ordered by the number it ends with
ex:
input: red2 blue5 black4 green1 gold3
output: green red gold black blue
*/
var solution = function (s) {
@gustavoFreireS
gustavoFreireS / menu.jsx
Last active July 3, 2023 21:43
Chameleon test
/*
Thanks for your interest in a Frontend engineering role at Chameleon. We're a solid and collaborative team that
will always lend a helping hand. We prioritize asynchronousity in nearly all of our ways of working.
This exercise is meant to be a focused, high signal ~hour. Assume that if we've asked about it it's important to us. We will
evaluate your React skills, your general understanding of JavaScript, your creativity, organization, etc.
Prompt:
0. How are you today? 😊
R: doing good 😄
1. Below are the parts of a basic selection menu, but there are issues and it's too specific for the single

Task definition

[put here task requirements]

Adition resources

[put here any image, link or document related to this task]

Related Pages

@gustavoFreireS
gustavoFreireS / jira-hotsite.md
Last active June 24, 2020 14:38
template para criação de hotsites no jira

Definição da página

[breve definição da página e situação da tarefa (colocar aqui se tiver link de páginas relacionadas)]

Layout disponível

[colocar aqui layout do AdobeXD/Figma/Zeplin/invision]

Recursos disponíveis

@gustavoFreireS
gustavoFreireS / jira-bug.md
Last active June 24, 2020 15:03
template para ser usado ao criar uma novo bug no jira

Definição do bug

[colocar aqui os passos para reprodução do bug]

Recursos adicionais

[colocar aqui imagens, logs de erros]

Página(s) relacionadas

Description

Just describe what your changes does, for example: changes the behaviour of x component or Fixes # (issue)

Type of change

Please delete options that are not relevant.(it's good here to mantain a consistent commit message describing what the change does, so in bitbucket you can only copy/paste from the bottom of screen)

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)