I would have the commit that extracts this into a function, after the feature commit.
I would have the commit that extracts this into a function, after the feature commit.
console.log("another greeting!");
console.log("yet another greeting!");
console.log("yet yet another greeting!");
}
functioninit() {
console.log("hello youtube!");
@ -7,3 +13,4 @@ function init() {
}
init();
anotherGreeting();
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
I would have the commit that extracts this into a function, after the feature commit.