I saw a code where it is used h = h<10 ? "0" + h : h how to read this condition syntax? I google it and did not manage to find a good source.
h = h<10 ? "0" + h : h