Skip to content

Instantly share code, notes, and snippets.

@hiteshchopra11
Created March 6, 2022 07:59
Show Gist options
  • Save hiteshchopra11/acf5c99241fa5e9613a0b2af3dd57649 to your computer and use it in GitHub Desktop.
Save hiteshchopra11/acf5c99241fa5e9613a0b2af3dd57649 to your computer and use it in GitHub Desktop.
if (employeeData.previousCompanies.isNotEmpty()) {
append("\nPreview Companies-: ")
for (company in employeeData.previousCompanies) {
appendWithStyle(text = "$company ")
}
} else {
append("\nNo Previous Companies")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment