We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v20.12.0
10.5.0
Windows 11
Other
The code is this:
peso=true activar=(input)=>{ if(peso==false){ return !input } if(peso==true){ return input } } aleatorizar=()=>{ peso=Math.random()*2<1?false:true } entrenar=(input,output,charge)=>{ for(i=0;i<charge;i++){ if(activar(input)!==output){ aleatorizar() } } } while(true){ entrenar(false,true,10) entrenar(true,true,10) console.log( "false => "+activar(false)+ " true => "+activar(true) ) }
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Node.js Version
v20.12.0
NPM Version
10.5.0
Operating System
Windows 11
Subsystem
Other
Description
The code is this:
Minimal Reproduction
No response
Output
No response
Before You Submit
The text was updated successfully, but these errors were encountered: