We're a place where coders share, stay up-to-date and grow their careers.
I write JavaScript code, mostly.
Frontend developer
All private interactions must abide by the code of conduct.
omniclone
An isomorphic and configurable javascript utility for objects deep cloning that supports circular references.
JavaScript • 183 stars
aww
Async Iterables Interfaces for Web Workers
JavaScript • 113 stars
csp
Communicating Sequential Processes in JavaScript
TypeScript • 33 stars
list-comprehension-in-js
Haskell-like List Comprehension in JavaScript
HTML • 12 stars
tc39-proposal-dotstructuring
Proposal: Object dotstructuring
11 stars
ntfm
A node telegram bots flow manager
TypeScript • 2 stars
javascript, vue
vue, haskell, fp in general
Andrea Simone Costa
random numbers generation, between two desired ones
May 30 '20
My first solution :D type NEA<T> = [T, ...T[]]
Apr 25 '20
You're welcome 😃
Apr 10 '20
What about: const concatToField = <K extends keyof T...
function f(...[a,b]: string[] | number[]) { if (typeof a ...
I only discovered you, and your series, recently (this mornin...
Thanks!
Feb 20 '20
:)
Sep 24 '19
Recent comments
What's the one thing you always need to google?
random numbers generation, between two desired ones
Advanced TypeScript Exercises - Question 9
My first solution :D type NEA<T> = [T, ...T[]]
Advanced TypeScript Exercises - Answer 1
You're welcome 😃
Advanced TypeScript Exercises - Question 8
What about: const concatToField = <K extends keyof T...
Advanced TypeScript Exercises - Answer 3
function f(...[a,b]: string[] | number[]) { if (typeof a ...
Advanced TypeScript Exercises - Answer 1
I only discovered you, and your series, recently (this mornin...
The shortest way to conditional insert properties into an object literal
Thanks!
JavaScript Iterators and Generators: Synchronous Iterators
:)