Entry using a value of Ab-Initio


Your Code

if ( entryState == " " )
{
  alert( "Welcome to the Human
          Resources Training
      New Employee Orientation!" );
}


Code Example

if ( entryState == "ab-initio" )
{
  alert( "Welcome to the Human
          Resources Training
      New Employee Orientation!" );
}