Public
Edited
May 19, 2023
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
{
if(pocetStroju < 2){
return htl.html `<h3> Pro promo cenu vyberte alespoň dva stroje z tabulky výše </h3>
<h3> Vybráno strojů: ${pocetStroju} </h3>
<h3> Cena: ${standardPrice} </h3>
`
} else {
return htl.html `
<h3> Promo cena aktivována :-) </h3>
<h3> Standardní cena ${standardPrice}</h3>
<h3> Promo cena ${promotionPrice}</h3>
<marquee
direction="down"
width="350"
height="100"
behavior="alternate"
style="border:solid">
<marquee behavior="alternate"> <h1> Ušetříte ${standardPrice - promotionPrice} <h1>
</marquee>`
}
}
Insert cell

Purpose-built for displays of data

Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.
Learn more