  if (id==0) {
      return wordsList[id];
  } else {
      return wordsList[id - 1];
  }
-  if (id==0) {
-      return wordsList[id];
-  } else {
-      return wordsList[id - 1];
-  }
+  return wordsList[id]; 
