G
G
Georgy Kuznetsov2021-05-29 20:40:18
JavaScript
Georgy Kuznetsov, 2021-05-29 20:40:18

Is it worth it to present the games you wrote in the console version at the interview?

By the way, some of my friends stuck in one already ready for a long time (I’m only developing 2 so far, I support one and come up with something new, while I’m writing the other)

Answer the question

In order to leave comments, you need to log in

3 answer(s)
I
ipokos, 2019-01-22
@hackyoupeople

Update without reloading the page js + ajax
While running, the script (php) executes the code and loads/displays the data that is in the database at the time of its work.
To update the data on the page, you need to reload it. What would it be visually without reloading, ajax is used

M
MaksPaverov, 2019-01-22
@MaksPaverov

The problem is that it is impossible to transfer variables from JS to PHP
. Alternatively, reload the page with GET parameters, and read them from PHP
. In general, getting data from the database is done using AJAX.

S
Sergey, 2021-05-29
@JoeSmith3100

Post it on github and include a link in your resume. Who will need - look

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question