Plataforma educacional para preparacao de entrevistas, testes online, tutoriais e pratica ao vivo
Desenvolva habilidades com trilhas de aprendizado focadas, simulados e conteudo pronto para entrevistas.
WithoutBook reune perguntas de entrevista por assunto, testes praticos online, tutoriais e guias comparativos em um unico espaco de aprendizado responsivo.
Conheca as principais perguntas e respostas de entrevista de JavaScript para iniciantes e candidatos experientes e prepare-se para entrevistas de emprego.
Total de perguntas: 59Interview Questions and Answers
A melhor entrevista simulada ao vivo para assistir antes de uma entrevista
Conheca as principais perguntas e respostas de entrevista de JavaScript para iniciantes e candidatos experientes e prepare-se para entrevistas de emprego.
What's relationship between JavaScript and ECMAScript?
ECMAScript is yet another name for JavaScript (other names include LiveScript). The current JavaScript that you see supported in browsers is ECMAScript revision 3.
Salvar para revisao
Salvar para revisao
Adicione este item aos favoritos, marque-o como dificil ou coloque-o em um conjunto de revisao.
Where are cookies actually stored on the hard disk?
This depends on the user's browser and OS.
In the case of Netscape with Windows OS,all the cookies are stored in a single file called
cookies.txt
c:\Program Files\Netscape\Users\username\cookies.txt
In the case of IE,each cookie is stored in a separate file namely username@website.txt.
c:\Windows\Cookies\username@Website.txt
Salvar para revisao
Salvar para revisao
Adicione este item aos favoritos, marque-o como dificil ou coloque-o em um conjunto de revisao.
Are you concerned that older browsers don't support JavaScript and thus exclude a set of Web users or individual users?
Fragmentation of the installed base of browsers will only get worse. By definition, it can never improve unless absolutely everyone on the planet threw away their old browsers and upgraded to the latest gee-whiz versions. But even then, there are plenty of discrepancies between the scriptability of the latest Netscape Navigator and Microsoft Internet Explorer.
The situation makes scripting a challenge, especially for newcomers who may not be aware of the limitations of earlier browsers. A lot of effort in my books and ancillary material goes toward helping scripters know what features work in which browsers and how to either workaround limitations in earlier browsers or raise the compatibility common denominator.
Designing scripts for a Web site requires making some hard decisions about if, when, and how to implement the advantages scripting offers a page to your audience. For public Web sites, I recommend using scripting in an additive way: let sufficient content stand on its own, but let scriptable browser users receive an enhanced experience, preferably with the same HTML document.
Salvar para revisao
Salvar para revisao
Adicione este item aos favoritos, marque-o como dificil ou coloque-o em um conjunto de revisao.
The "Access Denied" error in any browser is due to the following reason.
A javascript in one window or frame is tries to access another window or frame whose document's domain is different from the document containing the script.
Salvar para revisao
Salvar para revisao
Adicione este item aos favoritos, marque-o como dificil ou coloque-o em um conjunto de revisao.
How to hide javascript code from old browsers that dont run it?
Use the below specified style of comments
-->
A WithoutBook usa cookies e tecnologias semelhantes para o funcionamento do site, analise e publicidade. Podemos trabalhar com parceiros como o Google para mostrar anuncios relevantes e medir o desempenho. Ao continuar, voce pode aceitar ou recusar cookies nao essenciais. Leia nossa politica de privacidade para mais informacoes. Politica de privacidade.