And how they say it in Comarch:
“There is no such problem that could be solved with certain amount of juniors”
And how they say it in Comarch:
“There is no such problem that could be solved with certain amount of juniors”
This first one is just from one guy I was working together with and he had 0 profesional experience but 500% dedication to everything he did
tchojnacki.dev
www.erdong-chen.com
www.joshwcomeau.com
bruno-simon.com
This first one is just from one guy I was working together with and he had 0 profesional experience but 500% dedication to everything he did
tchojnacki.dev
www.erdong-chen.com
www.joshwcomeau.com
bruno-simon.com
```
const createStreetLight = <const T extends string>(colors: T[], defaultColor: NoInfer<T>) => {
console.log(colors);
return defaultColor;
}
```
```
const createStreetLight = <const T extends string>(colors: T[], defaultColor: NoInfer<T>) => {
console.log(colors);
return defaultColor;
}
```