Skip to content

Instantly share code, notes, and snippets.

@arun12209
Created July 6, 2022 17:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save arun12209/c735ca09cd0fafba073e8170d654e02a to your computer and use it in GitHub Desktop.
Save arun12209/c735ca09cd0fafba073e8170d654e02a to your computer and use it in GitHub Desktop.
conferenceApp.js
import { LightningElement } from 'lwc';
export default class ConferenceApp extends LightningElement {
audienceslist = [' 👤 John Doe ', ' 👤 Kunal Singh ', ' 👤 Jean Doe ', ' 👤 Mohan Singh ',' 👤 Mike ',' 👤 John Donaughy '];
speakerslist = [' 🎤 Marc Benioff', ' 🎤 Gaurav Singh', ' 🎤 Geeta Singh '];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment