{F}rontendové nowwwinky

Hospodský sraz

příště: 15. dubna Minikonference v Pipedrive

note:

Letem swwwětem

TIL: JS number formatter

formatter = new Intl.NumberFormat('cs', {
    style: 'currency',
    currency: 'CZK',
    minimumFractionDigits: 0
}); // 2 900 Kč
formatter = new Intl.NumberFormat('cs', {
    style: 'currency',
    currency: 'EUR',
    minimumFractionDigits: 2
}); // 152,20 €

Tipy ke čtení a vyzkoušení

note:

Přednášky

  1. 3D na webu, Pavol Hejný
  2. Bootstrap 5, Tomáš Kout
  3. ITCSS, Adam Kudrna