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 :) ");
}