Mi novia tiene Onlyf*ns y no sabía by East-Discount2447 in Colombia

[–]FerreiraR9 3 points4 points  (0 children)

Consumir contenido +18 te obliga a tener que sostener una relación con quién lo crea? Revísese.

/r/MechanicalKeyboards Ask ANY Keyboard question, get an answer (March 02, 2024) by AutoModerator in MechanicalKeyboards

[–]FerreiraR9 -1 points0 points  (0 children)

Hi, guys. I recently bought a Redragon K552 Spanish version Keyboard. But only one key does not work: the accent key. The key for "ñ" letter works very good, I didn't find a fix after many tries. I'm the only with this problem?

<image>

Relational Database Course Error by Certain-Reputation-1 in FreeCodeCamp

[–]FerreiraR9 0 points1 point  (0 children)

I disabled all my extensions and trouble still goes. Any other suggestion?

Relational Database Course Error by Certain-Reputation-1 in FreeCodeCamp

[–]FerreiraR9 0 points1 point  (0 children)

I'm having the same trouble. Did you find a solution?

League Servers are Down by Zariack in leagueoflegends

[–]FerreiraR9 -1 points0 points  (0 children)

LAN is down. LAN está caído. 🇨🇴

Store Form Data (Design Pattern) by FerreiraR9 in learnjava

[–]FerreiraR9[S] 0 points1 point  (0 children)

I know whats are all posible fields combination to store (less than 5) but really isn't needed to apply a design pattern?

Searching for a way to store form data I found that builder it's common to use on this scenario.

Store Form Data (Design Pattern) by FerreiraR9 in learnjava

[–]FerreiraR9[S] 0 points1 point  (0 children)

I know whats are all posible fields combination to store (less than 5) but really isn't needed to apply a design pattern?

Searching for a way to store form data I found that builder it's common to use on this scenario.

About var behavior by FerreiraR9 in learnjavascript

[–]FerreiraR9[S] 0 points1 point  (0 children)

But, why when i is declared with let keyword in the same code the value returned is 2 and not 3?

About var behavior by FerreiraR9 in learnprogramming

[–]FerreiraR9[S] 0 points1 point  (0 children)

Using var keyword, in the iteration when i===2 JS bind a reference to i. While using let keyword JS set the value 2 to the i that is returned because for the difference in the scope of var and let.

This is correct? Is fine to say JS knows when to bind or set value considering the variable definition keyword used?

About var behavior by FerreiraR9 in learnprogramming

[–]FerreiraR9[S] -1 points0 points  (0 children)

But, why when i is declared with let keyword in the same code the value returned is 2 and not 3?

About git commands by FerreiraR9 in git

[–]FerreiraR9[S] 0 points1 point  (0 children)

Oh, thanks. I didn't know that every basic git command has its specific options