Questions tagged as 'contexto'

1
answer

What is and how does the context in Javascript work?

Essential part of Javascript, every function in Javascript has context, how does it work, how does it manipulate it, and what changes in the strict mode ( 'use strict' )?     
asked by 11.03.2014 / 23:53
1
answer

What is and how does the context in Javascript work?

Essential part of Javascript, every function in Javascript has context, how does it work, how does it manipulate it, and what changes in the strict mode ( 'use strict' )?     
asked by 11.03.2014 / 23:53
1
answer

This outside-expected parameter within an anonymous function

I made a code to train Arrays and JavaScript manipulation. Here's part of the code: function Playlist (nome ='Playlist'){ const musicas = []; function addMusicas(...novasMusicas){ novasMusicas.forEach(function(musica){...
asked by 15.12.2018 / 16:00
3
answers

Context in services and repositories

In the company I work with we use asp.net mvc divided into 2 projects: web - (base) service - (business rules) In several places I've noticed other programmers using the direct context (which extends DbContext) in the services and I...
asked by 29.08.2014 / 20:41
1
answer

Send To Menu from Windows, sending File Path [closed]

I'm developing an application and my idea is to put this application from the send to windows menu. I have already put the start of the Application la, but I can not get the file path. Example: I have a pdf file on the Desktop the user will r...
asked by 29.08.2017 / 15:02
1
answer

What is and how does the context in Javascript work?

Essential part of Javascript, every function in Javascript has context, how does it work, how does it manipulate it, and what changes in the strict mode ( 'use strict' )?     
asked by 11.03.2014 / 23:53