What is a good language for beginners to make apps like snapchat and instagram?
If you mean mobile specific apps, you have native options of #swift for iOS and #java/#kotlin for Android, however have a look at Hybrid Development Options 2020 for platforms you can use that allow you to make both iOS and Android apps
Personally I can recommend Flutter if you want to use a hybrid option.
While I only dabbled with it myself, I know a lot of app developers who built native apps for Android and iOS for years and were really impressed and fond of Flutter after having used it for a while.
Yeah another vote on flutter, it makes native apps on both mobile ecosystems (and has a desktop backend now too as I recall).
AFAIK it can even do web now.
EDIT: Yes, it can.
Flutter is definitely on my list of languages to explore too! Here’s a PragProg book if anyone’s interested: Programming Flutter (PragProg)
Ooo that’s awesome, didn’t know it gained that ability!