From ea8338fcc3ac08fecfa495250e39327ce8cc5524 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Wed, 16 Aug 2023 16:40:55 +0300 Subject: [PATCH] cleanup and more links... Signed-off-by: Alex A. Naanou --- js-types-n-oop.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/js-types-n-oop.js b/js-types-n-oop.js index 8c76176..d047dfa 100755 --- a/js-types-n-oop.js +++ b/js-types-n-oop.js @@ -62,7 +62,7 @@ var exp = .42e2 // -// But note that these are just different notations and all of the +// But note that these are just different notations, and all of the // above resolve to the same number. // @@ -89,7 +89,6 @@ // For more details see: // - https://en.wikipedia.org/wiki/IEEE_754-2008_revision // - https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number/MAX_SAFE_INTEGER -// XXX // Strings @@ -100,7 +99,8 @@ this can include \\n's also summorts expansions ${ '.' }` -// XXX a note on template strings +// That last sting is an example of string interpolations, for more info +// see: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals // Booleans