Skip to content

Commit f299c56

Browse files
committed
updates
1 parent f4ab2a7 commit f299c56

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nQuesFromGFG_LC.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ let rl = readline.createInterface(
1414

1515
rl.question("Which DSA do you want to practice ? \n", async function (topic) {
1616
rl.question("Number of Questions you want to practice\n",async function(numQues){
17-
rl.question("Enter your difficulty level:(Easy,Medium,Hard,All)\n",async function(difficulty){
18-
17+
rl.question("Enter your difficulty level:(Easy,Medium,Hard,All)\n",async function(difficulty)
18+
{
1919
if(difficulty.toLowerCase()=="easy")
2020
{
2121
await questionsGFG(topic,numQues,0);

0 commit comments

Comments
 (0)