Kaynağa Gözat

Update script.js: Fixing semicolons

Bismantaka Aldila 3 yıl önce
ebeveyn
işleme
38670ac2be
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. 2 2
      script.js

+ 2 - 2
script.js

@@ -94,8 +94,8 @@ function isVideoLoaded() {
 
 function numberFormat(numberState) {
   const userLocales = navigator.language;
-  const formatter = Intl.NumberFormat(userLocales, { notation: 'compact' })
-  return formatter.format(numberState)
+  const formatter = Intl.NumberFormat(userLocales, { notation: 'compact' });
+  return formatter.format(numberState);
 }
 
 function setEventListeners(evt) {