Here's the list of variables:
let p = 10;
let login = "username";
let clientName = "Bob";
let coloroftheshirt = "black";
Some are named according to the naming conventions and best practices, while others are not. Select only those variables that have good names.