function two(temp){ //сюда передать переменную }; function one(){ var peremennaya = '1'; //получили переменную two(peremennaya); };