Closed Naheel-Azawy closed 2 years ago
Hi,
It would be nice to support older browsers. The javascript code here is simple enough. I think all what's needed is to replace const and let with var in fn.js. That did the job for me but I thought it would be good to mention here.
const
let
var
Hi,
It would be nice to support older browsers. The javascript code here is simple enough. I think all what's needed is to replace
const
andlet
withvar
in fn.js. That did the job for me but I thought it would be good to mention here.