diff --git a/JavaScript.md b/JavaScript.md index 3ec66b0..0590ee0 100644 --- a/JavaScript.md +++ b/JavaScript.md @@ -1,2 +1,6 @@ - [Just.js](https://github.com/just-js/just) -- [TypeScript JSDoc](https://www.typescriptlang.org/docs/handbook/jsdoc-supported-types.html) \ No newline at end of file +- [TypeScript JSDoc](https://www.typescriptlang.org/docs/handbook/jsdoc-supported-types.html) + +## TypeScript + +- [Why doesn't TypeScript properly type Object.keys?](https://alexharri.com/blog/typescript-structural-typing) te enseña sobre algo básico de TypeScript (structural typing) y como usarlo para escribir código más limpio. \ No newline at end of file