From 300e59dbb161a9edb1344670d187a7109411878c Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Fri, 23 Jun 2023 22:38:42 +0300 Subject: [PATCH 1/2] notes... Signed-off-by: Alex A. Naanou --- js-types-n-oop.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js-types-n-oop.js b/js-types-n-oop.js index 5b1c775..7e74206 100755 --- a/js-types-n-oop.js +++ b/js-types-n-oop.js @@ -87,6 +87,7 @@ // // For more details see: // https://en.wikipedia.org/wiki/IEEE_754-2008_revision +// XXX // Strings From 9e239f7776c782ed842be109bb9f477207b70383 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sat, 24 Jun 2023 16:01:11 +0300 Subject: [PATCH 2/2] links... Signed-off-by: Alex A. Naanou --- js-types-n-oop.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/js-types-n-oop.js b/js-types-n-oop.js index 7e74206..4ab3b09 100755 --- a/js-types-n-oop.js +++ b/js-types-n-oop.js @@ -86,7 +86,8 @@ // CPU to the high-level languages. // // For more details see: -// https://en.wikipedia.org/wiki/IEEE_754-2008_revision +// - 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