function thanks() { const x="Большое"; console.log(x); } function hello() { thanks(); console.log('Спасибо!'); } hello();