From a98a1b9a59a5f7b088381e5581a050df9e6f3974 Mon Sep 17 00:00:00 2001 From: Abhishek Yadav <105651140+iamabhiCH@users.noreply.github.com> Date: Tue, 14 May 2024 20:37:31 +0530 Subject: [PATCH] Update arr_byte.js 14 05 --- arr_byte.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arr_byte.js b/arr_byte.js index b81c832..d7a805f 100644 --- a/arr_byte.js +++ b/arr_byte.js @@ -1,7 +1,7 @@ // WAP to Convert Byte Array to JSON. -let arr = new Uint8Array([65,66,72,73,83,72,69,75]); +let arr = new Uint8Array([65,66,72,73,83,72,69,75,689,342,2407]); let txtDecoder = new TextDecoder(); let res = txtDecoder.decode(arr); -console.log(res); \ No newline at end of file +console.log(res);