Skip to content

Instantly share code, notes, and snippets.

View eduardo-borges-goncalves's full-sized avatar

Eduardo Borges eduardo-borges-goncalves

  • Anápolis
View GitHub Profile
const main = (params) => {
let array = [];
let index = 0
function run() {
let j = 0;
while (j < params + 1) {
randomString();
j++
}}
<h1>👋 Hello World!</h1>