B() // function A(){ const R = Math.floor(Math.random() * 100); return R } // function B(){ alert(A()); }