04.08.2022, 17:42
Ob es besser ist weiß ich nicht so genau , aber so geht es bei mir
Code:
function cutComment(stringComment) {
if (stringComment.split('//')[1]){
stringComment = stringComment.split('//')[1];
}else{
return null;
}
return stringComment;
}
var test=cutComment('let foo; // bar')
console.log(test);
Hier sind alle meine Lösungen aus allen Foren. Ich helfe auch in Facebook-chat