変数を定義しようとしています:
var alumniName = // id from a list ( example: <li id="JoeJohnson">Joe Johnson</li> ).
訪問者がクリックしたものと一致する変数が必要です。(例:
<li id="JoeJohnson">Joe Johnson</li>
// when a visitor clicks on the name Joe Johnson... the variable = JoeJohnson
<li id="FredSmith">Fred Smith</li>
// when a visitor clicks on the name Fred Smith... the variable = FredSmith
など...)
どんな助けでも大歓迎です-ありがとう-