JSFiddle - React, Tailwind, and code Playground

by davehol

JavaScript

var servArray = {
             "future" : ["Workforce - Training", "I want to understand what the future looks like for my sector
"], 
             "commercial" : "Research - Services and Programs", 
             "skills" : "Workforce - Training",
             "connecting" : "Students - Experience",
             "talent" : "Students - Jobs",
             "research" : "Research - Capability Deployment"
        };
        alert(servArray["future"][1]);