Syntax.js - Example - Translations

This is an example of of how to use Syntax.js, while using translations.

Download Now

v3.1.0 - 6th Sep 2024
                                var something = true;
                
                                if ( something ) {
                                    console.log( "Output is written." ); // Comment
                                    
                                    /* Multi-line
                                    comment */
                                }
                            
Code
                                
                                    
                                        var something = true;
                        
                                        if ( something ) {
                                            console.log( "Output is written." ); // Comment
                                            
                                            /* Multi-line
                                            comment */
                                        }