From b55a52db83f693d67d54341397a3f330c47fa394 Mon Sep 17 00:00:00 2001 From: mohammed hussam <52914487+hussamkhatib@users.noreply.github.com> Date: Tue, 28 Jul 2020 10:48:28 +0000 Subject: [PATCH] added b2d using js and regex --- Projects/1-Beginner/Bin2Dec-App.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Projects/1-Beginner/Bin2Dec-App.md b/Projects/1-Beginner/Bin2Dec-App.md index 9bb4503f..4e8eb7bb 100644 --- a/Projects/1-Beginner/Bin2Dec-App.md +++ b/Projects/1-Beginner/Bin2Dec-App.md @@ -45,3 +45,4 @@ Try not to view this until you've developed your own solution: - [Binary to Decimal converter using React](https://github.com/geoffctn/Bin2Dec) - [Matrix-like Binary to Decimal converter using Angular](https://github.com/ZangiefWins/MatrixBin2Dec) - [Live preview on heroku](https://matrix-bin2dec.herokuapp.com/) +- [Binary to decimal using vanilla js and using regex](https://codepen.io/hussamkhatib/pen/bGEyRXV?editors=0010)