logo

Extra Block Types (EBT) - New Layout Builder experience❗

Extra Block Types (EBT) - styled, customizable block types: Slideshows, Tabs, Cards, Accordions and many others. Built-in settings for background, DOM Box, javascript plugins. Experience the future of layout building today.

Demo EBT modules Download EBT modules

❗Extra Paragraph Types (EPT) - New Paragraphs experience

Extra Paragraph Types (EPT) - analogical paragraph based set of modules.

Demo EPT modules Download EPT modules

Scroll

Online calculator

22/02/2025, by Anonymous (not verified)
Forums

 

Hello, while creating a calculator, I encountered a problem with the formula. I need it to calculate like this:

file script.js

 

price = (typ*L+L+B)*H;

if in numbers, it would be like this: price = (0.5*4+4+6)*2.4; the answer gives 20

 

but the operation typ*L is not executed, as I understand the same parameter cannot be taken again?