In the following example anything beyond the 6th string is printed as `undefined` in the log. ```js print("this","is","a","load","of","strings","7","8","9","10"); ``` > this is a load of strings undefined undefined undefined undefined [printUndefined.js](https://github.com/user-attachments/files/23803627/printUndefined.js)