Luiggy Macias
Luiggy Macias
Learning to use github from pro git book https://github.com/macluiggy/blink/issues/1001
## hola a todos # hola hola a todos, es que hay un ``gran`` problema, como pueden ver aqui [aquí](https://www.google.com)[](https://www.google.com), en realidad no hay ningun problema, es que solo estoy...
# Hola soy Goku, quisiera que completaran las dos task lists que faltan por favor, quien lo haga lo llevare a entrenar con kaiosama :1st_place_medal: - [x] Write all the...
Esto es un fragmento de codigo ```javascript let isAnIssue = isIssue => { if(isissue) return 'Please help me with the issue' return 'There is no issue' } ``` This is...

Are you going to read all the book or only the fundamentals?
I recomend you to use anki, so you don't forget the git commands
hola esto sirve para notificar @schacon de esta forma el notificado se subcribira automaticamente y recibira un notificacion de este pull request
learning git from pro git book?
I think the syntax is no correct, you should write this instead: ```ts `type FuncWithDescription = { function: (...args: any[]) => any, string: string } const fnWithDescriptions: FuncWithDescription[] = [...