ffl

1.1.0 • Public • Published

ffl

ffl is for loop with .. and callback vars

ffl('1..3', ()=>{
    console.log(' >> hi from ffl\n')
});

var l=[0]
ffl('1..3', ()=>{
    console.log(l[0]+' >> hi from ffl\n')
},l);

ffl('1..3', ()=>{
    console.log(a['a']+' >> hi from ffl\n')
},a);


ffl('1..3', ()=>{
    console.log(a['a']+' >> hi from ffl\n')
},);

/ffl/

    Package Sidebar

    Install

    npm i ffl

    Weekly Downloads

    3

    Version

    1.1.0

    License

    MIT

    Unpacked Size

    2.55 kB

    Total Files

    4

    Last publish

    Collaborators

    • arashmidos