UP | HOME

JS

Table of Contents

1. TODO NodeJS

https://esbuild.github.io/

const test = {}
test = {"test": 1} // ERREUR
test["test"] = 1 // ISOKI

=> const on peut pas modifier le pointeur mais on peut modifier son contenu

équivalent à un const* en C++

2. TODO Linter

règles : https://github.com/sindresorhus/eslint-plugin-unicorn

eslint + unicorn

Author: rick

Email: rick@gnous.eu

Created: 2024-11-25 lun. 18:55

Validate