i
Tonik
Filter interviews by
I applied via Naukri.com and was interviewed before Jun 2022. There were 3 interview rounds.
Angular is a front-end framework developed by Google, while React is a JavaScript library for building user interfaces.
Angular is a full-fledged front-end framework with its own ecosystem, while React is a JavaScript library focused on building UI components.
Angular uses TypeScript, while React uses JavaScript.
Angular has a two-way data binding feature, while React uses a one-way data flow.
Angular has a steep learning ...
Angular has several lifecycle methods including ngOnInit, ngOnDestroy, ngDoCheck, etc.
ngOnInit - called after the component is initialized
ngOnChanges - called when the input properties of a component change
ngDoCheck - called during every change detection run
ngAfterContentInit - called after content is projected into the component
ngAfterContentChecked - called after the projected content has been checked
ngAfterViewInit ...
The last Python update was Python 3.9.0 released on October 5, 2020.
Python 3.9.0 was released on October 5, 2020.
It introduced new features like dictionary merge operators, type hinting improvements, and more.
Python 3.9.0 also included performance optimizations and security updates.
Top trending discussions
I applied via Recruitment Consulltant and was interviewed before May 2022. There were 3 interview rounds.
HTML stands for Hypertext Markup Language and CSS stands for Cascading Style Sheets.
HTML is used for creating the structure and content of a webpage.
CSS is used for styling and formatting the appearance of a webpage.
HTML and CSS are the fundamental building blocks of web development.
HTML tags are used to define elements on a webpage, while CSS is used to apply styles to those elements.
There are different types of HTML
Types of CSS are internal, external and inline.
Internal CSS is defined within the HTML document using the