Giter Site home page Giter Site logo

Comments (3)

NookaPavan avatar NookaPavan commented on July 17, 2024

@preira is right, even leaving the for loop empty does passes the test . At first my solution passed then it got me into thinking just only making the function async how does it is acceptable... @timoxley indeed there is something wrong with the validation of the program.

from functional-javascript-workshop.

holson1 avatar holson1 commented on July 17, 2024

Seeing the same thing. Using a debugger, I can see it doesn't even enter my function, it just runs the solution.

from functional-javascript-workshop.

1259642433 avatar 1259642433 commented on July 17, 2024

After finding the async_loops folder in the functional-javascript-workshop directory of the npm global installation and trying to run it, I found that runner.custom ran twice, the first time the f assigned to fx was a function we wrote, and the second time it was a function in solution.js, so I Made a monitor and only assigned the value the first time.
Edit exercise.js in this directory:
var fx=>var fxWrap = new Proxy({ fx:'' },{ set:function(obj,props,val){ if(props=='fx'){ if(obj[props]==''){ obj[props] = val return true } } return true } })
And add the call object in front of the corresponding fx below.
fx = f=>fxWrap.fx = f
fx.call(fx, ids, load, done)=>fxWrap.fx.call(fxWrap.fx, ids, load, done)
run command function-javascript verify ./file.js.It worked for me.
My English isn't very good, so I used translation software and hope I spoke clearly enough

from functional-javascript-workshop.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.