Skip to content

Instantly share code, notes, and snippets.

View agustinzamar's full-sized avatar

Agustin Zamar agustinzamar

  • Crystal Desarrollo
  • Salta, Argentina
  • 16:48 (UTC -03:00)
  • LinkedIn in/agustinzamar
View GitHub Profile
const testCases = [
'123123123',
'abc123',
'aaabbbccc',
'12345678'
]
function isUnique(string = ''){
return (new Set(string)).size === string.length
@agustinzamar
agustinzamar / README.md
Created October 31, 2023 20:19
Prueba tectnica East Brokers

Pre-requisites

  1. Node >= 18

Instructions

  1. Run npm install to install dependencies
  2. use node prueba.js to run the code and print in the console the properties titles
  3. use npm run test to run the tests
{
"env": {
"browser": true,
"es6": true,
"node": true
},
"extends": ["airbnb"],
"globals": {
"document": false,
"escape": false,
# Node template
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Runtime data