Сообщество IT-специалистов
Ответы на любые вопросы об IT
Профессиональное развитие в IT
echo('<script>var someVariableName=' . json_encode($someshit) . '</script>');
function getCounter(start=0) { return () => start++ } undefined let count=getCounter() undefined count() 0 count() 1 count() 2 count() 3