You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Na atividade final do primeiro semestre do curso, fizemos um repositório para todas as atividades JS que realizamos ao longo dele. Ironicamente, a maior parte dos arquivos são de HTML, já que o JS foi incluído dentro desses arquivos.
Encryption tool made from a while-loop with nested conditional statements. It also holds two for-loops that iterate over a list of specified characters
{Nesse arquivo pratiquei algumas condionais do JavaScript, também utilizei os comandos while, break, for, array, if, else if. Algum comandos que aprendi e pratiquei conforme as aulas. }
Create a project that asks the user for a minimum integer, then a maximum integer, then a value between those two numbers. The program needs to validate that the second number is greater than the first number, and it also needs to validate that the third number is between the first two numbers. Use 3 While loops, which will repeat over and over …
Py_game is a classic game deployed python codes. This game is about food variety identification. There are some delicious food images responding to some questions. Download & play now!