#functions

[ follow ]
#javascript
from2ality
1 day ago
Node JS

Converting values to strings in JavaScript

Only {}.toString.call(v) works reliably for all tricky values in JavaScript string conversion.
Using String(v) is a simpler alternative when full reliability isn't essential.
fromMedium
3 months ago
JavaScript

Easiest way to check if a variable is an array in Javascript

You can check if a variable is an array using instanceof Array.
from2ality
1 day ago
Node JS

Converting values to strings in JavaScript

Only {}.toString.call(v) works reliably for all tricky values in JavaScript string conversion.
Using String(v) is a simpler alternative when full reliability isn't essential.
fromMedium
3 months ago
JavaScript

Easiest way to check if a variable is an array in Javascript

You can check if a variable is an array using instanceof Array.
more#javascript
fromHackernoon
1 month ago
London

Excel NOW Function: Real-Time Date & Time in Your Sheets | HackerNoon

The NOW function in Excel retrieves the current date and time and updates dynamically.
fromMedium
1 week ago
Artificial intelligence

The Intuition behind Linear Algebra - Math of Neural Networks

Linear algebra involves using matrices to represent functions that transform input vectors into output vectors.
#python
fromPythonmorsels
7 months ago
JavaScript

Functions and Methods in Python

Python has several built-in functions that perform tasks like type identification, printing outputs, and measuring lengths.
fromRealpython
5 months ago
Python

Basic Input and Output in Python Quiz - Real Python

The quiz helps gauge understanding of basic Python input/output functions and improves user experience.
fromtowardsdatascience.com
3 years ago
JavaScript

3 NumPy Functions to Facilitate Data Analysis with Pandas

Pandas and Numpy are key for efficient data analysis in Python, with Numpy functions enhancing Pandas operations significantly.
fromPythonmorsels
7 months ago
JavaScript

Functions and Methods in Python

Python has several built-in functions that perform tasks like type identification, printing outputs, and measuring lengths.
fromRealpython
5 months ago
Python

Basic Input and Output in Python Quiz - Real Python

The quiz helps gauge understanding of basic Python input/output functions and improves user experience.
fromtowardsdatascience.com
3 years ago
JavaScript

3 NumPy Functions to Facilitate Data Analysis with Pandas

Pandas and Numpy are key for efficient data analysis in Python, with Numpy functions enhancing Pandas operations significantly.
more#python
fromAlvinalexander
8 months ago
JavaScript

Partial Functions (video)

Partial functions in Scala are functions that only work for a subset of input values.
fromSimplilearn.com
2 years ago
Software development

Application Software Explained

Application software performs specific functions for end-users such as healthcare connectivity, data management, educational tools, and business processes.
[ Load more ]