Typewriter effect in Hype

Hey thanks DBear.
I don’t know why I can’t get my head around it, but here’s what I have…

This is the Header:

This is the Javascript I put into a new function called Test()

  $(function(){
      $(".typed").typed({
        strings: ["New Text New Text New Text New Text New Text New Text.", "New Text New Text New Text New Text New Text New Text."],
        typeSpeed: 1
      });
  });

I added Test() to OnSceneLoad … but nada.
Gotta be missing something.
Thanks for your help.

EDIT - It appears the header text doesn’t show… but it is the second choice.
Also… I only added the file names type.js, not the entire folder??