From f9f1fd6023765c1ad5ee912205fc53215c4382c5 Mon Sep 17 00:00:00 2001 From: arnabbis <99881054+arnabbis@users.noreply.github.com> Date: Fri, 10 May 2024 17:07:42 +0530 Subject: [PATCH] feat: added nodejs module on the topics and shared some basic question asked in interview (#10267) * feat: added nodejs module on the topics and shared some basic question asked in interview * fix: added image and link in the readme file --- README.md | 1 + images/nodejs.png | Bin 0 -> 23001 bytes topics/node/node_questions_basic.md | 20 ++++++++++++++++++ .../solutions/node_questions_basic_ans.md | 16 ++++++++++++++ 4 files changed, 37 insertions(+) create mode 100644 images/nodejs.png create mode 100644 topics/node/node_questions_basic.md create mode 100644 topics/node/solutions/node_questions_basic_ans.md diff --git a/README.md b/README.md index 6a0b10e..41d9aca 100644 --- a/README.md +++ b/README.md @@ -94,6 +94,7 @@



