I don't know why but there's an error about the replaceJavascriptWithPython function. I replace the condition on line 64 : if( word == /javascript/i ){ by if ( word.match(/javascript/i) ) {
Anyway, thank you for this article, that was a good reminder !
I don't know why but there's an error about the replaceJavascriptWithPython function.
I replace the condition on line 64 :
if( word == /javascript/i ){
by
if ( word.match(/javascript/i) ) {
Anyway, thank you for this article, that was a good reminder !