リンク: Javascript in Ten Minutes (Javascript). Javascript in Ten Minutes Breakdown Basic Types var someNumber = 1; var anotherNumber = 3.5; var stringValue = “This is a stringn”; var sqString = ‘This is also a string’; someNumber += stringValue; // “1This is a stringn” – JS is weakly typed Javascript is a dynamically and weakly… Read More


Visual Studio 2005 provides you with a visual indication of what has changed during the editing session. It sets apart the changes you have made that have not yet been saved and changes you have made that have been saved, during the current session. Edit and Continue feature allows you to make changes to your… Read More