Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 
avatar of Dhara

Dhara

Dhara has asked 0 questions and find answers to 4 problems.

Stats

96
EtPoint
30
Vote count
0
questions
4
answers

About

I am a Software Engineer and developing T Shaped skills.

var yourAction = ''
if(yourAction == "Asking a question") { 
    console.log("Try to have a snippet of the issue");
    console.log("Add notes what is an expected outcome");
}
else if(yourAction == "Answering the question") {
    console.log("Please think faster than you write.!");
}
else { 
    console.log("happy learning :) ");
}