function receipt() {
const arrayReceipt = [{
'Lavash': {
info: 'Big Cheese',
price: 15000,
},
'Hot-dog': {
info: 'mini',
price: 8500,
},
'Cola': {
info: '1.5 L',
price: 9000,
},
}, {
'Milk': {
info: '1 L',
price: 8500,
},
'Sugar': {
info: '1 kg',
price: 7000,
},
}, {
'Cola': {
info: '1 L',
price: 6500,
},
'Fanta': {
info: '1.5 L',
price: 9000,
},
'Lipton': {
info: '1.2 L',
price: 5000,
},
'Nestle': {
info: '10 L',
price: 8500,
},
},];
const count = Math.floor(Math.random() * arrayReceipt.length);
return arrayReceipt[count];
};
let getReceipt = receipt();
let key
let prop
function findReceipt(){
for( key in getReceipt ){
for( prop in getReceipt[key]){
return prop == 'info' ? (`${key}: ${getReceipt[key][prop].slice(0)}`) : '';
}
}
}
console.log(`${getInfo}, ${getInfo}, ${getInfo}`) : '';
function findReceipt(){
for( key in getReceipt ){
for( prop in getReceipt[key]){
return prop == 'info' ? (`${key}: ${getReceipt[key][prop].slice(0)}`) : '';
}
}
}
let timerId = setTimeout(function getInfo() {
timerId = setTimeout(getInfo(), 10);
}, 1000);
console.log(getInfo());
function randomOneToFour(a,b){
a = 0;
b = 4;
return Math.floor(Math.random() * (b - a)) + (++a);
}
function randomSymbol() {
let mySymbol = randomOneToFour()
return mySymbol == 1 ? "-" :
mySymbol == 2 ? "+" :
mySymbol == 3 ? "/" :
<blockquote>Относительно того какое число от 1 до 4 выпадет будет выводить символы рандомные,я их переопределил внутри самой функции, думаю весь скрипт это не затронет</blockquote>
for (let i = 0; i < 7; i++) {
console.log(randomExample());
console.log(calcRandomAnswer());
}