Aymen
Aymen
Hi @rafa-as 😃 use one of these methods. In command line use this: `node --max-old-space-size=yourSize yourFile.js` wherein **yourSize** change to your specific size. --------------- or-------------- You can custom a script,...
@rafa-as With this in your package.json : ``` { // other configuration in package.json "scripts":{ "start": "node --max-old-space-size=4076 main.js" } } ``` and use command to run your project `npm...
I agree with @AugustinMauroy , We should keep the `learn` section, removing where possible the use of third party libraries. Many programming languages ​​have the `tutorial ` section i their...
Thanks for your first contribution! 🙂
LGTM, @rikhall1515 thanks for contribution.
@ioggstream ok, now I try
@Makena-Wambui Congrats 😄, for you contribute.