Сообщество IT-специалистов
Ответы на любые вопросы об IT
Профессиональное развитие в IT
jQuery = { x: 1 }; (function() { setTimeout(() => console.log(jQuery.x), 0); }()); jQuery = null;
jQuery = { x: 1 }; (function(jQuery) { setTimeout(() => console.log(jQuery.x), 0); }(jQuery)); jQuery = null;
location = / { if ($arg_s) { rewrite ^ /index.php last; } proxy_pass http://localhost:9000; ... }