Objective: Create a program using HTML and JavaScript that accurately displays an individual's chinese symbol from user inputs.
Problem: It is difficult to integrate a lookup function that searches up a year and displays the correct symbol.
Solution:Create a table that displays years from 1948 to 2031 and is arranged under the chinese symbol the year is associated with. Create a lookup box that allows for user to search for a year and the program then displays the chinese symbol through JavaScript code.