Redus Russ

Generation

code to explanationTue, 14 Mar 2023

const user = await get(`api.roblox.com/users/${/^\d+$/.test(input.value) ? input.value : `get-by-username?username=${input.value}`}`);

This is an await call to the roblox api.

Questions about programming?Chat with your personal AI assistant