SB1lal

Results 8 issues of SB1lal

Hello Cesar, I have an interesting situation for Proxies exercise: If I use: ``` proxy: { host: 'localhost', port: 65535 } ``` I've got this: ``` 1. ACTUAL: "Hello Proxies"...

Officiel solution of 2. exercise (Routes) is not work on my system: Node Version: v21.1.0 @hapi/hapi Version: v21.3.2

``` D:\NodeSchool>npm install levelmeup -g npm WARN deprecated @hapi/[email protected]: This version has been deprecated and is no longer supported or maintained npm WARN deprecated @hapi/[email protected]: This version has been deprecated...

Based on official solution, if we call first next() method with swap (=true) after generate odd number, this method call should return 0 not 2.

``` D:\NodeSchool>npm install -g learn-sass npm WARN deprecated @hapi/[email protected]: This version has been deprecated and is no longer supported or maintained npm WARN deprecated @hapi/[email protected]: This version has been deprecated...

Links are seen like that: - Ex.1: ``` Node modules are beyond the scope of this exercise. However, if you are interested, there is great blog post on exporting Node...

Above the problem description, there is a example code: ``` const values = Bacon.fromEvent(document.querySelector('input'), 'keyup'); const highValues = clicks.filter(e => e.keyCode > 10); ``` I think this used `clicks` variable...

Links are seen like that: ``` Read more about Buffers here: [http://](http://) ``` ``` Read more about Typed Arrays here: [http://](http://) ```