let me: string = "Mostafa";
let yourCompany: string = "Your Team";
let matching: boolean = true;
try {
if (matching) {
console.log(
`a new connection has been been established between ${this.me} and ${this.yourCompany} `
);
}
} catch (err) {
console.log(`Oh, Let's wish each other a good luck!`);
}
collaborate(yourCompany, me);
Pinned Loading
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.