Tero

Results 3 comments of Tero

I think this would be interesting feature, however after some consideration I'm not sure if this is most important? It is worth noting that there is also Tagged Template Literals,...

I'm not sure about this, but to keep future implementation simpler, I think there should be a some kind of "template function" -pointer, which has the default implementation for a...

Maybe my solution was not very good, but here is the problem I have as code: ```javascript ctx.test_js_fn = function(listOfRows) { return `${ listOfRows.map((row)=>{ return `` }) } ` }...