Syntax is just the paint; logic is the architecture. Once you understand loops and conditionals, switching languages feels more like learning a new dialect than a new language.
"Syntax is just the paint; logic is the architecture"—that is a perfect way to phrase it. A loop is a loop and an if statement is an if statement regardless of whether you are writing it in Python, JavaScript, or C++.